Skip to content

Commit c018aa9

Browse files
committed
Update external resources at README.md
1 parent d799796 commit c018aa9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ bower install auth0/styleguide
4949
Since we use stylus for compiling our assets. So you should translate this build tasks to your own build process:
5050

5151
```bash
52-
stylus --include-css --include . --resolve-url --out <your_dest_path> index.styl
52+
stylus --include-css --include bower_components --resolve-url --out <your_dest_path> your_index.styl
5353
cp -R lib/**/* <your_dest_path>
5454
```
5555

@@ -183,5 +183,9 @@ All the logos and branding are Auth0's property.
183183
<!-- Resources -->
184184
[cdn-hash]: #cdn
185185
[component-home]: https://github.com/componentjs/component
186+
[component-guide]: https://github.com/componentjs/guide
187+
[component-builer-home]: https://github.com/componentjs/builder2.js
188+
[gulp-home]: http://gulpjs.com/
189+
[grunt-home]: http://gruntjs.com/
186190
[bower-home]: https://bower.io
187191
[stylus-api-home]: http://learnboost.github.io/stylus/docs/js.html

0 commit comments

Comments
 (0)