This repository has been archived by the owner on May 25, 2019. It is now read-only.
v0.6.1
Upgrade
$ npm install --global generator-webapp
Notable Changes
- 53e1a68 make Babel option
false
by default, otherwise you couldn't turn it off (#561) - 5fb6e01 fix initial wiredep run, now it's the same as the one in
Gruntfile.js
- 60c2735 fix last reported issue with sourcemaps 🎉 (#364) (initially solved by @stevemao in #539)
- 1e2394e instead of grunt-autoprefixer, use grunt-postcss with autoprefixer-core as a plugin, like grunt-autoprefixer's deprecation notice suggests
- 0fcff3d watch compiled JS files when using Babel (#560)