vladikoff / grunt-devtools

🛠 Grunt Task Runner Extension for Chrome Developer Tools
http://gruntjs.com/
MIT License
1k stars 73 forks source link

Doesn't recognize Gruntfile.coffee #2

Closed kasperisager closed 11 years ago

kasperisager commented 11 years ago

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.
vladikoff commented 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 .

kasperisager commented 11 years ago

Awesome, thanks! This is a pretty meta workaround for the time being:

coffee:
    gruntfile:
        files: 'Gruntfile.js' : 'Gruntfile.coffee'
vladikoff commented 11 years ago

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