jsbuild-eclipse icon indicating copy to clipboard operation
jsbuild-eclipse copied to clipboard

Configure Grunt path

Open astik opened this issue 10 years ago • 2 comments

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 =)

astik avatar Sep 24 '15 09:09 astik

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

angelozerr avatar Sep 24 '15 11:09 angelozerr

@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.

angelozerr avatar Jan 16 '16 16:01 angelozerr