Skip to content Skip to sidebar Skip to footer

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

Solution 1:

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.

Post a Comment for "Google Closure Compiler Usage Webstorm"