angelozerr / jsbuild-eclipse

Eclipse Plugin for Grunt, Gulp based on tern.java
Eclipse Public License 1.0
15 stars 3 forks source link

Configure Grunt path #6

Open astik opened 9 years ago

astik commented 9 years ago

Hi, I'm working in an environment where I cannot set PATH env variable, so that, Grunt.cmd is not available directly (I know, It is a windows workstation ...). When I'm trying to launch a task with Grunt through the "build explorer", I get this issue :

Exception occurred executing command line.
Cannot run program "grunt.cmd" (in directory "C:\PATH\TO\MY_PROJECT_ROOT\CONTAINING\THE\GRUNTFILE"): CreateProcess error=2, Le fichier spécifié est introuvable

Having a way to set the absolute path to Grunt into Eclipse preferences would be perfect =)

angelozerr commented 9 years ago

Ok @astik, I will try to implement your idea when I will find time.

angelozerr commented 8 years ago

@astik I will do that soon like I'm doing for Protractor https://github.com/angelozerr/angularjs-eclipse/wiki/Protractor

The very cool thing is that we will able to debug grunt file.