- Add ability to specify custom dependencies for index task
- Don't copy html files from bower_components
- Add JSCS - JavaScript code style checker
- Fix CDN substituter (one / was missing after http)
- Testing and writing documentation
- Add CDN option to js and css substituter
- Add JSHint (disabled by default)
- Run image folder through image task for copying
- BREAKING CHANGE: gulp-fileInsert replaced with substituter (markup files need update - see new syntax)
- BREAKING CHANGE: gulp-inject replaced with substituter (markup files need update - see new syntax)
- Add gulp-base64 for inlining small images into CSS file
- Add sprites-preprocessor for generating sprites
- Big cleanup
- Fix gulp-fileInsert not working on every next run in development mode
- Injecting file contents into markup
- Smarter index task - executing only when needed
- Fixed rename suffix not beeing unique for each build
- Livereload CSS without whole page reload (rename plugin must be disabled)
- Handle multiple HTML files
- Fix browserify/watchify error handling
- Option to disable file watching
- Options for browserify transforms
- Add watchify for faster incremental JS builds
- Initial release