Dynamically concatenate source javascript files during development.
Copyright © 2007-2008 Greg Houston, http://greghoustondesign.com/.
This is not recommended for live sites since it does not cache, compress or gzip the outputted file.
In the source code, edit the files you wish to merge. By default all the javascript files in the source directory are merged. When your site is ready to go live, it is recommended that you take the output of this file, compress it and rename it “mocha.js”.
<script type="text/javascript" src="scripts/source/Utilities/mocha.js.php"></script>