Skip to content

Releases: guard/guard-coffeescript

v2.0.1

12 Jan 15:32
@e2 e2
Compare
Choose a tag to compare

Bugfixes

  • #15 Guard-Coffeescript does not restart after JS syntax error

v2.0.0

12 Jan 15:28
@e2 e2
Compare
Choose a tag to compare

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:

  1. comment out your existing guard :coffeescript section in the Guardfile
  2. run bundle exec guard init coffeescript
  3. adapt as necessary

In case of problems with this update, please file an issue here.