2

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

1
  • Offtopic, but related: outside Eclipse, for a Rails app, you could also deploy Rails asset_packager by defining all JavaScript files in the YML file. That way you can automate it in the deployment and there's no manual labour at all. See github.com/sbecker/asset_packager Commented Nov 8, 2011 at 12:43

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.