This repository has been archived by the owner on May 25, 2019. It is now read-only.
v1.0.0
Upgrade
$ npm install --global generator-webapp
Notable Changes
- 63a2576 use ESLint instead of JSHint
- 2960d4c fix
vendor.css
not ending up in the build (yeoman/generator-webapp#211 (comment)) - 680f0c8 change
bower_components/...
paths to/bower_components/...
- 6aa02a5 use Babel by default, you can turn it off by passing the
--no-babel
flag (as indicated in the docs) - 6211734 make jQuery optional; if the Bootstrap option is off, the prompt will ask you if you want to include jQuery
- 1ed82fe use
.
as Sass include path instead ofbower_components
, meaning that paths between thebower:scss
block 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.