Skip to content

v2.2.0

Compare
Choose a tag to compare
@silvenon silvenon released this 02 Oct 15:02

Upgrade

$ npm install --global generator-webapp 

Docs

  • new HTMLHint recipe
  • The Jade recipe no longer causes infinite reload and has other small updates, we also updated the name to Pug
  • the browserify recipe now contain the missing piece of ESLint config needed for modules
  • in the FAQ we explained why we won't organize paths into variables

Notable Changes

  • bump dependencies
  • 09492a0 fix the gulp.dest in the lint:test task
  • 126e721 clarify intro message, "What more would you like?" → "Which additional features would you like to include?"
  • ce4a84c copy extension-less extras as well
  • ed88ff9 auto-refresh when test/index.html changes too (not just when JS files change)
  • 6cab656 specify yo as peer dependency to avoid yeoman/generator#930
  • 91fe09b we now run clean and wiredep as part of serve and default, 🎉 that means no more issues with residual temporary files and missing dependency injections, respectively