v2.3.0
Upgrade
$ npm install --global generator-webapp
Docs
- lots of updates to the CoffeeScript recipe
- instructions are more clear, detailed and up-to-date
- shows how to compile tests
- helps set up linting with CoffeeLint
- fix the multiple reload issue in the Nunjucks recipe
- details about adding new assets are now documented
Notable Changes
- 5af2cf7 the task
serve:dist
will now automatically build your app before starting the server, so you no longer need to rungulp
before runninggulp serve:dist
- ee170aa fonts are now copied only where they need to, in development they are copied to
.tmp/fonts
, in production todist/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