I was hoping that grunt-contrib-coffee could work with blackcoffee but it seems that it uses the coffee-script npm module directly instead of calling the coffee
executable which would have invoked blackcoffee. I have looked around to see if there are any pre-existing Grunt plugins for blackcoffee but this doesn't seem to be the case.
Any recommendations as to how to go about configuring Grunt so that grunt watch
will let me compile my blackcoffee code?
don't know if that works, but i think it should:
grunt-blackcoffee
search for the coffee-script require in the grunt task, currently it's here:
and replace it with
publish it to npm
if you don't want to publish to npm, you can install packages from git: