Skip to content

docs: missing the /app/ directory ##Injection #645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,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` between the comments '//injector' and '//endinjector'
* `scss` files into `client/app/app.scss` between the comments '//injector' and '//endinjector'
* `stylus` files into `client/app/app.styl` between the comments '//injector' and '//endinjector'
* `css` files into `client/index.html`
* `js` files into `client/index.html`
* `coffeescript` temp `js` files into `client/index.html`
Expand Down