I have a number of javascript files located in Custom/JS/BusinessSpaceName they are being included in AwareIM with
<script type="text/javascript" src="Custom/JS/BusinessSpaceName/JavascriptName.js" ></script>
But some of the files are sequence sensitive (ie they need to be inserted in a particular order). I've tried renaming them and changing their timestamp but I cannot influence how they sequence. I note the sequence is the same as when you do a linux FIND command with no options. So apparently the sequence is simply how they are placed on the file system.
Does anyone know the trick to controlling the sequence of the files?