We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
使用 -g 选项安装 uglifyjs 后:
像这样使用 ant:
在 Windows 上使用 uglifyjs.cmd,在 Linux 上使用 uglifyjs。如果您想保持 build.xml 跨平台,您可以定义条件属性。
有关所有参数,请参阅 https://github.com/mishoo/UglifyJS/#usage
After having installed uglifyjs with -g option:
Use ant like that:
On Windows you use uglifyjs.cmd, and uglifyjs on linux. You can define a conditional property if you want to keep the build.xml cross-platform.
See https://github.com/mishoo/UglifyJS/#usage for all arguments
你可以试试这个-> https://github.com/yuanyan/UglifyJS-java
You can try this -> https://github.com/yuanyan/UglifyJS-java