1.0.0 – protoplasmic-optimism
Upgrade
$ npm install --global generator-gulp-webapp
Also make sure you have the latest gulp binary:
$ npm install --global gulp
Notable Changes
- a74a08f add a
serve:dist
task that previews the build in the browser - a403b41 add a
serve:test
task that runs the tests in the browser - b221022 add a placeholder Apple touch icon
- 2be385d make the
styles
task filename-agnostic - aad7fc0 update
outputStyle
of gulp-sass toexpanded
, the support finally landed - 2006986 fix the cache issue in the
images
task - 3fd98e7 update
gulpfile.js
to the ES6 syntax (a gulp v3.9.0 feature) - 6da1254 switch from gulp-postcss back to gulp-autoprefixer
- 3cafe81 switch from JSHint to ESLint
- 13ed8c4 switch from csso to clean-css
- 13ba802 prevent gulp watch from stopping after Sass error (with an additional fix 838a2f9)
- 66d507c remove
peerDependencies
(hopefully less warnings) - 66d507c generator-mocha now integrates with your existing
bower.json
, adding dependencies asdevDependencies
- 66d507c the generator now composes with generator-jasmine, with a known issue yeoman/generator-jasmine#13 (run
bower install
when the scaffolding is over)