Skip to content

0.0.2 Developer Preview release

Pre-release
Pre-release
Compare
Choose a tag to compare
@addyosmani addyosmani released this 12 Feb 22:23
· 660 commits to main since this release

We would like to invite you to try out a preview release of this generator. The current version supports:

  • Autoprefixer
  • Sass compilation
  • JS minification
  • JS linting
  • Image optimization
  • HTML usemin (useref) blocks
  • Gulp efficiency plugins: gulp-load-plugins, gulp-size
  • build, bundle, connect and watch tasks

To install the generator:

npm install -g generator-gulp-webapp

You will need gulp installed (npm install -g gulp).

To run the generator:

  • Scaffold: yo gulp-webapp
  • Build: gulp
  • Watch: gulp watch

As always please feel free to file bugs for any issues you experience or feedback you might have :)