Skip to content

Releases: guard/guard-coffeescript

Release list

v2.0.1

Choose a tag to compare

@e2 e2 released this 12 Jan 15:32

Bugfixes

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

v2.0.0

Choose a tag to compare

@e2 e2 released this 12 Jan 15:28

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.