allegro / grunt-maven-plugin

Grunt + Maven integration done right
Other
213 stars 32 forks source link

bowerExecutable or gruntExecutable doesn't work with $path that has space #76

Open dbclkclk opened 9 years ago

dbclkclk commented 9 years ago

Running the build on Windows with the user's home directory containing spaces, causing the build to fail. Example "C:\Users\John Doe\project\node_modules\bower\bin\", the builds fails with error No executable found at C:\Users\John.

The plugin should accommodate spaces in directory path.

Ardesco commented 9 years ago

I think you are suffering from #83

I suspect it's a file permissions problem, not a directory name spaces problem.