Skip to content

Commit

Permalink
docs(gen:README): fix paths for css in injection section
Browse files Browse the repository at this point in the history
  • Loading branch information
Awk34 committed Sep 13, 2015
1 parent 44aa8f5 commit 68e5be2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for

A grunt task looks for new files in your `client/app` and `client/components` folder and automatically injects them in the appropriate places based on an injection block.

* `less` files into `client/app.less`
* `scss` files into `client/app.scss`
* `stylus` files into `client/app.styl`
* `less` files into `client/app/app.less`
* `scss` files into `client/app/app.scss`
* `stylus` files into `client/app/app.styl`
* `css` files into `client/index.html`
* `js` files into `client/index.html`
* `babel` temp `js` files into `client/index.html`
Expand Down

0 comments on commit 68e5be2

Please sign in to comment.