Skip to content

Commit d799796

Browse files
committed
Update README.md
1 parent 6580882 commit d799796

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,12 @@ bower install auth0/styleguide
4848

4949
Since we use stylus for compiling our assets. So you should translate this build tasks to your own build process:
5050

51-
For building the styles: `stylus --include-css --include . --resolve-url --out <your_dest_path> index.styl`
52-
53-
For copying assets: `cp -R lib/**/* <your_dest_path>`
51+
```bash
52+
stylus --include-css --include . --resolve-url --out <your_dest_path> index.styl
53+
cp -R lib/**/* <your_dest_path>
54+
```
5455

55-
You should have a final structure like this:
56+
You may use [bower][bower-home] or [gulp][gulp-home] or any task/build helper of your preference. Just make sure the final folder structure looks like this:
5657

5758
```
5859
<your_dest_path>/

0 commit comments

Comments
 (0)