1

I have never used nodejs and would prefer not to tackle that right now. I have been using yui compressor for years and really love the MSBuild project YUICompressor.NET. But I want to start using uglifyjs instead.

  1. Is it possible to use uglifyjs without nodejs?
  2. Is it possible to use uglifyjs from the command line?
  3. Is there an easy way (MSBuild project ideally) to use uglifyjs with Visual Studio?

Thanks!

4

1 回答 1

1
  1. 是的,但是命令行工具是为 NodeJS 设计的。

  2. 是的,但见 (1)。

  3. 没有什么我知道的。理论上可以将它连接到任何 IDE 中,但到目前为止还没有人这样做过。

于 2013-06-24T18:02:32.537 回答