Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@silvenon silvenon released this 06 Jul 12:46
· 50 commits to master since this release

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 of bower_components, meaning that paths between the bower:scss block will now start with bower_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.