Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google closure compiler usage WebStorm

I like to use the Google Closure Compiler in WebStorm. I've downloaded it over npm.

npm install closure

Never really used node and i don't know how to execute the commandline. Please do not blame me. Knowledge don't came from nowhere and this question is programming related.

enter image description here

like image 348
MR.ABC Avatar asked Oct 05 '22 01:10

MR.ABC


1 Answers

You have to put the path to the Closure compiler .jar there, the default arguments which phpstorm gives you are fine.

I did not install closure compiler via node.js, but I did it with coffeescript and it should be somewhere in the npm folder.

like image 174
Reko Avatar answered Oct 13 '22 11:10

Reko