kokarn / atom-grunt-runner

Run Grunt tasks from Atom.
MIT License
31 stars 23 forks source link

Error thrown in console in projects w/o gruntfile #9

Closed creynders closed 8 years ago

creynders commented 10 years ago

It's not really a problem, but if you open a project w/o grunt file the grunt-runner outputs an error to the console:

grunt-runner: MODULE_NOT_FOUND grunt-runner-view.coffee:48
dwelle commented 9 years ago

Is that a problem? At least you know the package couldn't find a Gruntfile.

creynders commented 9 years ago

It is annoying, since the error is very unclear about the cause, it took me some digging to realize nothing was wrong. I'd either catch it (which IMO is most appropriate) or convert it to a "Gruntfile.js not found" error.