grunt-coffee
grunt-coffee copied to clipboard
Coffee script for your grunt
Due to how paths are shipped around, base_path would not correctly handle files in the root path, nesting them. For instance, a base_path of 'app/js' has been passed, which becomes ...
This is heavily (!) updated, including using a coffee-based Gruntfile. That seemed appropriate.
I'm posting this issue to let you know that we will be publishing Grunt 0.4 on Monday, February 18th. If your plugin is not already Grunt 0.4 compatible, would you...
Could you add a concat before compile option? I had done this myself on the grunt 0.3 version and it'd be nice if it were in the new one.
Looks like the release is approaching... https://github.com/michaelficarra/CoffeeScriptRedux Enabling source maps is a huge win -- and supported with the current release. http://ryanflorence.com/2012/coffeescript-source-maps/ Perhaps a toggle in the options could be...
As reported back on issue #11: When I use preserve_dirs: true, it ignores dest and puts the files inside my coffee directory next to the file it is converted from,...
The grunt.registerHelper API has been completely removed from the 0.4.0a (`devel` branch) -- see [issue 354](https://github.com/cowboy/grunt/issues/354) / [changeset](https://github.com/cowboy/grunt/commit/ebb6674b498ccd42f9bd4c6bf539b0b163498217) for the explanation. An example of rewriting a task to remove registerHelper...