- Switched to node-detective to parse JS.
- Eliminated a few errors with newer versions of node.
- Added support for minifying CSS using the UglifyCSSMinifier.
- Fixed a bug with middleware when dealing with UTF8 files.
- Better reporting when modules are not found.
- Expanded list of excepted modules
- Add convoy binary - mostly for testing purposes.
- Now ignores requires for built-in node modules.
- Add exception to ignore some requires for jquery so that it will work as expected. This is a temporary solution; it would be better to get that package author to change his code.
- Better logging, multiple bug fixes.
- Refactored internal Pipeline so that Copier and AssetPackager are treated the same way.
- Removed placeholders for LESS compiler. (will be separate)
- Added CoffeeScript support
- Better factoring for packagers. Now you can create your own. (should enable scenarios like an HTML5 manifest)
- Better testing for copiers.
- watch config option will automatically invalidate assets when dependent source files change.
- Changelog created