Cezary Baginski
Cezary Baginski
@raldred, @abuisman , @shicholas, @ezekg - please move this to the "real" repository here: https://github.com/guard/guard-coffeescript/issues/13 and close this issue here - thanks.
I just checked and this looks fixed - please close this issue here since the official repository is now at: https://github.com/guard/guard-cucumber. Thanks!
This plugin watches everything except changes in the output directory (usually `_site`): https://github.com/imathis/guard-jekyll-plus/blob/master/lib/guard/jekyll_plus/config.rb#L95 So it does watch the data directory, but it depends how `jekyll build` responds. Since jekyll doesn't...
Create a small repo with the problem (for dependencies, config, etc.) and I'll take a look.
It's probably a bug, if you have a 'source' option in your '_config.yml' (since jekyll-plus should load the `:source` from there). What does your 'src/_config.yml' look like?
You could try adding debugs to: https://github.com/Maher4Ever/wdm/blob/master/ext/wdm/utils.c (That's where the wdm_utils_full_pathname is defined).
If it's crashing badly, it won't display the last few debug lines due to buffering. You'd have to add flushing in wdm.h, so: ``` C #if WDM_DEBUG_ENABLED == TRUE #define...
The makefile is created by running `ruby extconf.rb` in the wdm `ext` folder (happens when the gem is installed). If you're using wdm from soruces, you can probably also use...
A few notes here: - TMail has been replaced with Mail in Rails 3, so html part is now default - EmailSpec uses "default_part_body", which defaults to html_part first -...
It's a tough issue, and you'll probably get the most clarity from these: https://github.com/guard/listen/issues/280 and https://github.com/guard/listen/issues/279