forked from netzpirat/guard-coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
since coffeescript has an executable binary, it would be great to be able to customize how it is called (similar to guard-rspec). i want to have guard-coffeescript listed in my package.json as a dependency, however that doesn't mean it will be installed globally, and therefore not accessible in my $PATH. so to be able to run the binary included in my local project node_modules, and be able to run that, would be very helpful. something like...
guard :coffeescript, cmd: 'npm bin coffeescript' do
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels