YUI 压缩器支持多个文件的捆绑吗?

发布于 2024-08-23 08:34:30 字数 195 浏览 11 评论 0原文

我使用 jQuery 创建了一个模块化系统。是否有类似于 Dojo 的 Shrinksafe 的构建系统,可以将我的所有模块文件合并到一个用于生产的文件中?

YUI Compresser 是否只支持单个文件压缩,还是也支持捆绑模块文件? JavascriptMVC 使用 Shrinksafe 的自定义构建。有关该方向的任何链接或信息也会有所帮助。提前致谢。

I created a moduling system using jQuery. Is there any build system something similar to Dojo's Shrinksafe, that could combine all my module files into one single file for production?

Does YUI Compresser is all about single file compression or does it support bundling the module files as well? JavascriptMVC uses a custom build of Shrinksafe. Any links or info on that direction will also help. Thanks in advance.

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

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

发布评论

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

评论(1

滿滿的愛 2024-08-30 08:34:30

RequireJS一个优化工具,可以将多个文件组合在一起,它使用 Google 的 Closure Compiler 进行 JavaScript 缩小/注释剥离。该优化工具基于我在 Dojo 构建系统中所做的工作,但它更独立工作。

免责声明:我开发 RequireJS

RequireJS has an optimization tool that can combine multiple files together, and it uses Google's Closure Compiler to do JavaScript minification/comment stripping. The optimization tool was based on the work I did in the Dojo build system, but it is something that works more stand-alone.

Disclaimer: I develop RequireJS

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