Using Google for the Google WebStorm Compiler

I like to use the Google Closure Compiler in WebStorm . I downloaded it via npm.

npm install closure 

I have never used node, and I do not know how to execute the command line. Please do not blame me. Knowledge does not come from nowhere, and this question is related to programming.

enter image description here

+4
source share
1 answer

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

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

+4
source

Source: https://habr.com/ru/post/1482344/


All Articles