关于创建和创建的建议 使用 NAnt 部署最小化的 JavaScript?

发布于 2024-07-13 06:13:07 字数 119 浏览 9 评论 0原文

您对如何使用 NAnt 部署 JavaScript 文件的最小化 (min) 版本有什么建议或示例吗?

是否有任何好的命令行应用程序或脚本可以帮助在 Windows 上最小化或打包 JavaScript?

Do you have any suggestions or examples on how to deploy minimized (min) versions of JavaScript files using NAnt?

Are there any good command line applications, or scripts to assist with minimizing or packing JavaScript on Windows?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ヅ她的身影、若隐若现 2024-07-20 06:13:07

如果您同意依赖 Java,则可以使用 YUI Compressor (否则有.NET 端口)。

If you're okay with taking a dependency on Java, you can use YUI Compressor (otherwise there's the .NET port of it).

初吻给了烟 2024-07-20 06:13:07

Kariem(我的同事)围绕 JSMin(Douglas Crockford 的 C# 代码)编写了一个开源 nAnt 任务包装器,可以在 这里...

当您稍后发现您还想在 nAnt 中执行 GZip 任务时,请随意使用我们的(也是开源的)< a href="http://ra-ajax.org/webresource-axd-and-javascript-gzip-compression-a-simple-solution.blog" rel="nofollow noreferrer">nAnt gzipper

这两个是 Ra-Ajax 下载的一部分,可以在 Ra-Ajax 下载/code.google.com/p/ra-ajax/" rel="nofollow noreferrer">Google Code 上的 Ra-Ajax 下载页面

哦,是的,差点忘了提到他们都有一个宽松的开源许可证(免费使用)尽管本着“道格拉斯的精神”,我们选择根据他自己的定制开源许可证发布它们,该许可证大致是麻省理工学院的许可证,但带有“不得用于邪恶目的”条款;)

我们发现“没有邪恶”条款太有趣了,我们不得不自己使用它。 除此之外,我们正在以道格的代码为基础进行构建,因此也以“他的精神”构建才公平,对吧......? ;)

玩得开心 :)

Kariem (my colleague) wrote an Open Source nAnt task wrapper around JSMin (Douglas Crockford's C# code) which can be found here...

And when you later figure you want to also do a GZip task in nAnt, feel free to also use our (also Open Source) nAnt gzipper

Both of these are a part of the download of Ra-Ajax which can be found at the Ra-Ajax download page at google code

Ohh yeah, almost forgot to mention that they both have a permissive Open Source license (free of charge to use) though in the "spirit of Douglas" we choose to release them both under his own custom Open Source license which roughly is an MIT license though with a "use not for evil purposes" clause ;)

We found that "no evil" clause so funny we had to use it ourselves. Beside we're building on Doug's code so it would only be fair to build in "his spirit" too, right...? ;)

Have fun :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文