- gulp 5 support
- requires node 12+
- updated and fixed dependencies
- switched from jasmine to mocha testing
- Gulp 4 support
- Replace deprecated gulp-util, thx to @demurgos and @grig0ry
- Fix for absolute paths
- Require node v4
- Require gulp 3.9.x
- Automated tests
- use nodejs streams to write files (instead of cp command)
- fix callback issues (which probably will fix the too many open files bug)
- initial code