samedi 29 novembre 2014

Force cmd app build to include additional javascript in special order

Hi,

my application uses DirectJngine and DirectJngine generates additional configuration javascripts (ServerConfig.js) which has to be included after the Ext-Framework classes but before the application code. Following is an excerpt from index.html.


How to configure cmd to include the code in the same order on app build?


<head>

<!-- <x-compile> -->

<!-- </x-compile> -->

<!-- <x-bootstrap> -->

<script src="ext/ext-all-dev.js"></script>

<!-- </x-bootstrap> -->


<link rel="stylesheet" href="ext/resources/ext-theme-classic/ext-theme-classic-all.css" id="baseStyle">


<script id="microloader" type="text/javascript" src="bootstrap.js"></script>

<script type="text/javascript" src="djn/djn-remote-call-support.js"></script>

<script type="text/javascript" src="ejn/ejn-assert.js"></script>

<script type="text/javascript" src="clear/direct/ServerConfig.js"></script>

<script type="text/javascript" src="app/direct/ServerConfig.js"></script>

<script type="text/javascript" src="app.js"></script>

</head>






Force cmd app build to include additional javascript in special order

Aucun commentaire:

Enregistrer un commentaire