在 eclipse 中连接 javascript 文件吗? (PureMVC Mootools)
我刚刚开始使用 javascript 使用 pureMVC 教程。在 Objs-Platform 中,有一些不错的 ObjsComp.jar,它将特定文件夹中的所有 javascript 文件连接到一个文件中。
现在我正在使用 Mootools-Platform,它不提供这样的脚本。有什么建议或其他工具吗?
谢谢K
I just started to work with the pureMVC tutorials with javascript. In the Objs-Platform, there was some nice ObjsComp.jar, which concatenate all javascript files in my a specific folder into one file.
Now I m working with the Mootools-Platform, which doesn't offer such a script. Any suggesntions or other tools?
Thanks K
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我使用 apache ant 为我的 mootools 项目执行此操作,您可能会发现这些链接对入门很有帮助。
如何将 JavaScript 文件连接到一个文件中?
http://www.julienlecomte.net/blog/2007/09/16/
http: //ant.apache.org/
http://ant.apache.org/manual/Tasks/concat.html
I use apache ant to do this for my mootools projects, you might find these links helpful to get started.
How do I concatenate JavaScript files into one file?
http://www.julienlecomte.net/blog/2007/09/16/
http://ant.apache.org/
http://ant.apache.org/manual/Tasks/concat.html