File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ bower install auth0/styleguide
4949Since 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
5353cp -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
You can’t perform that action at this time.
0 commit comments