- Reload file content on each compiler emit; Fixes #7; thanks to subhaze
- Fix duplicate hash at generated filename; thanks to IndraGunawan
- Allow passing on Uglify options (#10); thanks to filipesilva
- Allow templating fileName (#9); thanks to filipesilva
- add uglify option
- Only re-emit file during watch if a dependency changed; thanks to subhaze
- fix #2
- fix #1
- refactor using es6
- first release