- Fix Browserify transforms being applied in wrong order
- Fix minification not working for CoffeeScript in some use cases
- Better error reporting for Browserify
- Fix dying when error occurs in Less evaluation
- Minor Browserify implementation changes to support transpilers such as CoffeeScript
- Bump gulp-substituter (has recursive partial substitution)
- Bump gulp-livereload for cleaner code
- Remove yargs (unused)
- Replace event-stream with merge-stream (It has less dependencies.)
- Highlight plugin name in errors
- Remove Less Hat from include path
- Export config and tasks from pho-devstack module
- Add ability to add custom tasks as dependency to the default task
- Remove hardcoded directories in copy plugin
- Add bower_components to Less include_path
- 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