Skip to content

v4.0.0-0

Compare
Choose a tag to compare
@silvenon silvenon released this 10 Jan 11:58

Upgrade

npm install --global generator-webapp@next

Then select this version.

Notable changes

  • remove Bower because it's deprecated, you should now add assets manually by linking to node_modules
    • we hope to make this easier in the future by implementing a module bundler or something like that
  • upgrade to Gulp v4! (see their docs to learn the new API)
  • generate Modernizr build using a config file (see docs)
  • parse gulpfile with Babel to make it easier to write
  • run Gulp tasks using npm scripts, you should use those from now on
  • use gulp-postcss instead of gulp-autoprefixer, now you can add more PostCSS plugins if you want
  • configure browser support of Autoprefixer and @babel/preset-env using browserslist (see the docs)
  • remove the option to disable Babel (--no-babel)
  • add ability to customize server port using --port
  • update docs
  • dependencies
    • bump all dependencies
    • remove unused dependencies like Babel v6
    • add missing dependencies like Popper.js for Bootstrap

Help us make this version stable by reporting bugs!