Releases: Swiip/generator-gulp-angular
Releases · Swiip/generator-gulp-angular
v0.6.1
- Move root css files one folder up to
src/app
- Move
bower_components
out of thesrc
folder. - Update to
generator-yeoman
0.17 - Replace
rimraf
bydel
thanks to @tommyfok - Remove fast mode in profit for
.yo-rc
file - Clean up some bower dependencies thanks to @abhishekisnot
v0.6.0
- Breaking Change Directory structure evolved to the recommendations from the Angular team. Do not run this version of the generator on an existing project generated with a previous version
- Isolation of the proxy middleware, some fixes and disabling by default
- Minifying HTML (index, not the partials)
- Thanks to @intellix, @marani and special thanks to @zckrs wich join me as commiter
v0.5.1
v0.5.0
- Add CSS preprocessor option: Sass with Node & Ruby, Less or none. Adapt itself with the UI framework
- Add Angular version option : 1.2 or 1.3
- Thanks to @adamshiervani
v0.4.1
- Update lots of NPM deps which fixed some bugs
- Add option of no UI framework
- Thanks to @GlennGeenen @rajington @otaviosoares @wrseward @gregoirjopla
v0.4.0
v0.3.1
- Fix e2e tests to use BrowserSync as server. But no way to stop BrowserSync for now so the task never really ends.
- Thanks to @jbpionnier @KevinLlopart
v0.3.0
v0.2.1
v0.2.0
- Convert HTML templates into JS and add them into the optimized bundle
- Let you choose to use jQuery, Zepto or nothing (Angular's jqLite)
- Ask for optional Angular modules: animate cookies, touch and sanitize
- Resource handler: ngResource, Restangular, none.
- Router: ngRoute, UI Router, none.