Releases: guard/guard-coffeescript
Releases · guard/guard-coffeescript
v2.0.1
v2.0.0
NOTE: Existing templates are no longer compatible!
The "smart pattern match" in watchers no longer works as it did.
Please see the new Guardfile template for correct usage.
Migrating:
- comment out your existing
guard :coffeescript
section in theGuardfile
- run
bundle exec guard init coffeescript
- adapt as necessary
In case of problems with this update, please file an issue here.