在eclipse中连接javascript文件?(PureMVC Mootools)

Concatenate javascript files in eclipse? (PureMVC Mootools)

本文关键字:PureMVC Mootools 文件 eclipse 连接 javascript      更新时间:2023-09-26

我刚刚开始使用javascript的pureMVC教程。在Objs-Platform中,有一些很好的ObjsComp.jar,它将我的特定文件夹中的所有javascript文件连接到一个文件中。

现在我正在使用Mootools-Platform,它不提供这样的脚本。有什么建议或其他工具吗?

谢谢K

我使用apache ant为我的mootools项目做这个,您可能会发现这些链接对开始有帮助。

如何将JavaScript文件连接到一个文件中?

http://www.julienlecomte.net/blog/2007/09/16/

http://ant.apache.org/

http://ant.apache.org/manual/Tasks/concat.html