From 3f4f061eda01db21acbf9d50ff6a32562d11a146 Mon Sep 17 00:00:00 2001 From: lindaymacvean Date: Sat, 18 Oct 2014 17:15:00 -0700 Subject: [PATCH] docs: missing the /app/ directory ##Injection My Installation was using less, I assumed that the other css preprocessors where also located in the /app/ sub directory of /client. --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 31836c2a2..d1078a94d 100644 --- a/readme.md +++ b/readme.md @@ -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`