1- # ng-devstack v0.2.3
1+ # ng-devstack v0.2.4
22
33#### Everything a front-end developer needs to simplify building AngularJS applications.
44
@@ -21,9 +21,11 @@ Now this all has been made possible. Please welcome **ng-devstack**!
2121- unit testing with Karma,
2222- LiveReload fully handled server-side with NodeJS/Express (without installing additional extensions for browsers),
2323- watch for file changes (scripts, styles, templates, assets) and apply them to the project on the fly,
24+ - each AngularJS module separated into separate file (much more suited for bigger applications),
2425- caching AngularJS templates to avoid additional server requests,
2526- pre-minifying AngularJS files to fix AngularJS' dependency injection upon minification,
2627- support for SASS (including Twitter Bootstrap [ official SASS port] ( http://getbootstrap.com/css/#sass ) ),
28+ - support for SASS source maps,
2729- support for JSHint,
2830- JS/CSS/HTML minification,
2931- remove logging (` console.log() ` , etc.) from compiled JS code,
@@ -108,6 +110,5 @@ In addition, image optimization is turned off by default but in case you need it
108110## TODO
109111
110112- add support for external sources in vendor files (http://* )
111- - add source maps support for SASS & JS
112113- add authorization service
113114- improve images/SVG optimization
0 commit comments