ouvrages / guard-haml-coffee

Compiles HamlCoffee templates to javascript
MIT License
3 stars 10 forks source link

Fixing a problem of calling @runtime and it being nil. #2

Closed mihar closed 9 years ago

mihar commented 11 years ago

I had this problem when trying to run guard from a Ruby script like this:

Guard.setup no_interactions: true
Guard.run_all({})

I guess it's different than running just the guard command.

e2 commented 9 years ago

fixed in: https://github.com/guard/guard-haml-coffee/pull/1 (repository support moved there too)