New
v1.0.0
Upgrade
$ npm install --global generator-webapp
Notable Changes
- 63a257610a58564553d4961b6a3750ff5fb640b9 use ESLint instead of JSHint
- 2960d4c281189eb1c7f8f6dbe22394eddfd9ef2c fix
vendor.cssnot ending up in the build (https://github.com/yeoman/generator-webapp/issues/211#issuecomment-118371608) - 680f0c8e71057b9afe02ba19817ca6572496b494 change
bower_components/...paths to/bower_components/... - 6aa02a5e9f928edd22db3556cb0d96ea569e5dcf use Babel by default, you can turn it off by passing the
--no-babelflag (as indicated in the docs) - 6211734318b7d45d65664d1a1e459d7a56d290e8 make jQuery optional; if the Bootstrap option is off, the prompt will ask you if you want to include jQuery
- 1ed82fedbdbba664ebac2072caa75842a9e80b57 use
.as Sass include path instead ofbower_components, meaning that paths between thebower:scssblock will now start withbower_components/, to avoid potential conflicts
Deprecation
This generator will soon be deprecated in favor of generator-gulp-webapp, so we will only do critical bugfixes from now on.