Skip to content

v0.0.7

Choose a tag to compare

@addyosmani addyosmani released this 16 Apr 15:35

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.