
net.jangaroo.jooc.mvnplugin.sencha.configbuilder.default.test.app.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jangaroo-maven-plugin Show documentation
Show all versions of jangaroo-maven-plugin Show documentation
This plugin compiles Jangaroo sources to JavaScript.
The newest version!
{
"name": "testing",
"classpath": [
"src",
"$\u007btoolkit.name}/src",
"locale/en"
],
"framework": "ext",
"requires": [
],
"js": [
{
"path": "run-tests.js",
"bundle": true
}
],
"classic" : {
"js" : [ {
"path" : "${framework.dir}/build/ext-all-rtl-debug-sourcemap.js"
} ]
},
"loader": {
"cache": false,
"cacheParam": "_dc"
},
"bootstrap": {
"base": "${app.dir}",
"microloader": "bootstrap.js",
"manifest": {
"path": "classic.json",
"exclude": "" // needed to prevent sencha app build from removing the loadOrder property
}
},
"toolkit": "classic",
"packageDependencyOrder": [],
"globalResources": {}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy