문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top