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?