@@ -107,18 +107,18 @@ The root directory generated for a app with name `gulpAngular` :
107107* * Unit test (karma)* : out of the box unit test configuration with karma
108108* * e2e test (protractor)* : out of the box e2e test configuration with protractor
109109* * browser sync* : full-featured development web server with livereload and devices sync
110- * * ngHtml2js * : all HTML partials will be converted to JS to be bundled in the application
110+ * * angular-templatecache * : all HTML partials will be converted to JS to be bundled in the application
111111* ** TODO** lazy : don't process files which haven't changed when possible
112112
113113## Questions the generator will ask
114114* * jQuery* : jQuery 1.x, 2.x, Zepto, none
115115* * Angular modules* : animate, cookies, touch, sanitize
116116* * Resource handler* : ngResource, Restangular, none
117117* * Router* : ngRoute, UI Router, none
118- * * UI Framework* : Bootstrap, Foundation, none (depends on the chosen CSS preprocessor)
118+ * * UI Framework* : Bootstrap, Foundation, Angular Material, none (depends on the chosen CSS preprocessor)
119119* * CSS pre-processor* : Less, Sass with Ruby and Node, Stylus, none
120- * ** TODO ** Bootstrap directives : UI Bootstrap, Angular Strap, none (only if you chose Bootstrap)
121- * ** TODO** JS preprocessor: CoffeeScript, TypeScript, ECMAScript6 (Traceur)
120+ * * Bootstrap directives* : UI Bootstrap, Angular Strap, official Bootstrap JavaScript , none (only if you chose Bootstrap)
121+ * ** TODO** JS preprocessor: CoffeeScript, TypeScript, ECMAScript6 (Traceur and 6to5 )
122122* ** TODO** HTML preprocessor: Jade ?
123123* ** TODO** Script loader: Require, Browserify, ES6 with Require?, none
124124* ** TODO** Test framework: Jasmine, Mocha, Qunit
0 commit comments