This repository was archived by the owner on Mar 8, 2020. It is now read-only.
v2.0 - Promises Kept
This is a major release due to an API design impacting change where each ZugZug task is now returning a promise instead of the stream.
If anyone has this wired using .on('end', foo) this will really give them a bad day.
Major Changes
- #7 - Promises - Changes ZugZug tasks to return a promise instead of a file stream.
- #11 - Caching and Performance - Adding caching to improve processing time when ZugZug is used with file watchers. Also changes the order of operations so that minification happens prior to file concatenation.
- #10 - Sourcemap chaining - flagged all sourcemap inits to load any existing sourcemaps. This will use the sourcemap URL baked into any files or .map files relative to the file glob. This is useful if you need to chain tasks like Webpack and JavaScript.
Minor Changes
- Fixed an issue with the coveralls badge having a typo for the master branch name