Google closure compiler usage WebStorm

*爱你&永不变心* 提交于 2019-12-23 09:48:53

问题


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.


回答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.



来源:https://stackoverflow.com/questions/16710109/google-closure-compiler-usage-webstorm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!