iceddev / node-chromify

Entry point to use node in chrome
http://blog.iceddev.com/2012/11/05/node-js-in-chrome/
Apache License 2.0
170 stars 23 forks source link

Fatal error: Unable to find Gruntfile. #9

Open arthurlacoste opened 7 years ago

arthurlacoste commented 7 years ago

When I try to build this example, I've this message :

$ grunt
A valid Gruntfile could not be found. Please see the getting started guide for
more information on how to configure grunt: http://gruntjs.com/getting-started
Fatal error: Unable to find Gruntfile.
flogoetzrath commented 3 years ago

According to the gruntjs documentation, it searches for a file named "Gruntfile.js". I suggest you rename grunt.js to Gruntfile.js.