Skip to content

Commit 363bd9d

Browse files
committed
docs(readme): updated to v0.2.6
1 parent c5de3b1 commit 363bd9d

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ng-devstack v0.2.5
1+
# ng-devstack v0.2.6
22

33
#### Everything a front-end developer needs to simplify building AngularJS applications.
44

@@ -80,7 +80,7 @@ $ gulp
8080

8181
## Additional info
8282

83-
All styles (as well as scripts and templates) added to `src/app/` and `src/common/` should be included to the project automatically - with a small difference to `src/sass/` folder. Partials SASS files (such as variables, mixins, etc.) put into `src/sass/includes/` must be manually imported in `src/sass/_includes.scss` file (you may want to set custom order for loading your styles). Partials located in `src/sass/_includes/` should be named with a leading underscore `_`, so the compiler knows not to generate them into a CSS file (see [SASS official site](http://sass-lang.com/guide#topic-4) for details).
83+
All styles (as well as scripts and templates) added to `src/app/` and `src/common/` should be included to the project automatically - with a small difference to `src/sass/` folder. Partials SASS files (such as variables, mixins, etc.) put into `src/sass/includes/` must be manually imported in `src/sass/_includes.scss` file (you may want to set custom order for loading your styles). Partials located in `src/sass/includes/` should be named with a leading underscore `_`, so the compiler knows not to generate them into a CSS file (see [SASS official site](http://sass-lang.com/guide#topic-4) for details).
8484

8585
Vendor files downloaded with Bower can be added to project by editing `'vendor_files'` section in `config.json` file. The rest of this file should remain unchanged.
8686

@@ -107,6 +107,10 @@ In addition, image optimization is turned off by default but in case you need it
107107
// .pipe(plugins.imagemin({ optimizationLevel: 7, progressive: true, interlaced: true }))
108108
```
109109

110+
## Known issues
111+
112+
Support for source maps in the latest version of node-sass (v0.9.1) is broken, so older version of gulp-sass (depending on older node-sass) will be used as a temporary solution (see the discussions at [gulp-sass](https://github.com/dlmanning/gulp-sass/issues/57) and [node-sass](https://github.com/sass/node-sass/issues/337)).
113+
110114
## TODO
111115

112116
- add support for external sources in vendor files (http://*)

0 commit comments

Comments
 (0)