Skip to content

Commit 68e5be2

Browse files
committed
docs(gen:README): fix paths for css in injection section
Closes #645
1 parent 44aa8f5 commit 68e5be2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ Run `grunt` for building, `grunt serve` for preview, and `grunt serve:dist` for
5959

6060
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.
6161

62-
* `less` files into `client/app.less`
63-
* `scss` files into `client/app.scss`
64-
* `stylus` files into `client/app.styl`
62+
* `less` files into `client/app/app.less`
63+
* `scss` files into `client/app/app.scss`
64+
* `stylus` files into `client/app/app.styl`
6565
* `css` files into `client/index.html`
6666
* `js` files into `client/index.html`
6767
* `babel` temp `js` files into `client/index.html`

0 commit comments

Comments
 (0)