vladikoff / grunt-devtools

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

Failed to find your Gruntfile #30

Open samherrmann opened 10 years ago

samherrmann commented 10 years ago

I am getting the error "Failed to find your Gruntfile or 'grunt' node module. Are you running 'grunt-devtools' in a directory with a Gruntfile?" when installing grunt-devtools globally. The local installation works without any issues. I'm running version 0.2.1 on Windows 7.

momofiona commented 10 years ago

me too, do you fixit?

dzuluaga commented 10 years ago

Me too. Snapshot look great. Thanks!

dzuluaga commented 10 years ago

Actually I removed one condition that was triggering the issue. However, I do need to pass grunt options such as: grunt deploy --env=test.

Is there a way to pass grunt options (arguments)?