Closed kasperisager closed 11 years ago
Thanks for filing this issue. I Will add 'Gruntfile.cofee' support as soon as possible. On Feb 27, 2013 1:51 PM, "Kasper Isager" notifications@github.com wrote:
First off, I absolutely love this extension! However, the devtools task doesn't recognize the Gruntfile if it's written in CoffeeScript:
Warning: ENOENT, no such file or directory 'Gruntfile.js' Use --force to continue.
— Reply to this email directly or view it on GitHubhttps://github.com/vladikoff/grunt-devtools/issues/2 .
Awesome, thanks! This is a pretty meta workaround for the time being:
coffee:
gruntfile:
files: 'Gruntfile.js' : 'Gruntfile.coffee'
Added Gruntfile.coffee
support in 0.1.0-alpha3
. Pushed to NPM.
Here's a preview of it working with https://github.com/chaplinjs/chaplin
First off, I absolutely love this extension! However, the devtools task doesn't recognize the Gruntfile if it's written in CoffeeScript: