0.0.2 Developer Preview release
Pre-release
Pre-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 :)