Skip to content

v2.3.0

Compare
Choose a tag to compare
@silvenon silvenon released this 05 Nov 19:31

Upgrade

$ npm install --global generator-webapp 

Docs

Notable Changes

  • 5af2cf7 the task serve:dist will now automatically build your app before starting the server, so you no longer need to run gulp before running gulp serve:dist
  • ee170aa fonts are now copied only where they need to, in development they are copied to .tmp/fonts, in production to dist/fonts (before they were always copied to both directories)
  • 796efb9 we're no longer setting the ESLint environment based on your testing framework, this is only needed when using the no-undef rule, in which case the fix is much simpler than what we were doing previously, read here