Releases: yeoman/generator-webapp
Releases · yeoman/generator-webapp
v0.0.7
With special thanks to @silvenon, @sindresorhus, @jcsrb, @kevva.
Run npm update -g generator-gulp-webapp
to update to this version.
Changes:
- f228768 Fix Sass extension in gulp.watch()
- 24ee733 Serve from .tmp folder as well
- d1d98a1 Remove templating duplication in the
styles
task - 3c6aeb9 remove unused dep
- 9fcf149 remove moot comments
- b21619a lazy-require some of the modules
- 6c298ab fix 55f7fce
- e3e6cf8 gulpfile - filter can be a string
- 72eafd3 gulpfile - use jshint-stylish reporter
- 55f7fce gulpfile - .jshintrc doesn't need to be specified
- c40989a gulpfile - clean the whole dist dir
- 1d3f9a6 gulpfile - simplify globbing
- 0a6301a update .editorconfig
- 0e50f9a code style
- b896917 use
opn
- e9ab803 bump deps
- 2b8a837 fix up wiredep.
- 64f7fec Exclude bootstrap.js file from wiredep
- 2eb4fcc Wording
- 3a1b862 Add comment above
fonts
task - c77aa2c Remove gulp-connect since it is a blacklisted plugin and just use the connect module directly along with
- ec7e939 watch *.css file in both cases to prevent reload being send before compiled css is ready
- 9ff01cc Fix indenting and quotes in gulpfile.js.
0.0.6
v0.0.5
If interested, you can check out our shiny new Gulpfile or read the complete changelog below:
- aa38bb3 Correct meta viewport per Google PageSpeed Insights recommendation
- 84fa1f1 use wiredep to inject dependencies during scaffolding.
- bcd54e0 Drop conditional IE statements
- 81d58b8 Fixes #35 - Add open as part of watch
- 2ec4c7e Fixes #40 - Add tasks in for no Sass include
- 073cd8f Extend note about wiredep to factor in directly calling
gulp wiredep
- b7ac7ba Extend note to mention
gulp watch
running for wiring to work. - cac9ca7 Add note about wiredep support to read me.
- 1960919 fix resulting index.html formatting issues.
- d0d758b Updated bootstrap font path
- c1ac768 fix missing styles when using sass
- fdaa7cb use shorthand for bootstrap-sass and versioning with tilde
- da0cf09 [gulpfile.js] fix small formatting issues.
- f7c549f Update USAGE
- 0479d30 Remove bundle task.
- cfb9795 Update
wiredep
- 6a4bbeb Watch
bower.json
instead ofbower_components
- 0eb4182 Update jquery version
v0.0.4
- Adds wiredep support allowing you to wire up your Bower dependencies automatically
- Fixes reload path issues
- Update jQuery path to match latest package
- Update jQuery version used
0.0.3 - persulphates-caramelized
0.0.2 Developer Preview 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 :)