Skip to content

1.0.0 – protoplasmic-optimism

Compare
Choose a tag to compare
@silvenon silvenon released this 14 Jun 14:11

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 to expanded, 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 as devDependencies
  • 66d507c the generator now composes with generator-jasmine, with a known issue yeoman/generator-jasmine#13 (run bower install when the scaffolding is over)