And here is a direct answer to your question:
I tested this with a freshly created application, and the sequence specified in config.jsonIS was saved.
You must first place the additional library files in the correct path of your application (here called myapp) in
myapp/source/resource/scripts/jquery.js
myapp/source/resource/scripts/highcharts.js
Then add an entry to the jobsection linemyapp/config.json
"jobs" :
{
"common" : {
"add-script" : [
{ "uri" : "resource/scripts/jquery.js" },
{ "uri" : "resource/scripts/highcharts.js" }
]
},
, , @asset(scripts/*) - , . Application.js,
, jquery.js, highcharts.js .
, qooxdoo . script index.html!