@qooxdoo/framework
Version:
The JS Framework for Coders
30 lines (29 loc) • 586 B
JSON
{
"$schema": "https://qooxdoo.org/schema/compile-1-0-0.json",
"targets": [
{
"type": "source",
"outputPath": "compiled/source",
"bundle": {
"include": "qx.*"
}
},
{
"type": "build",
"outputPath": "compiled/build"
}
],
"defaultTarget": "source",
"locales": ${locales},
"environment": {
"qx.icontheme": "${icon_theme}"
},
"applications": [
{
"class": "${namespace}.Application",
"theme": "${namespace}.theme.Theme",
"name": "${namespace}",
"bootPath": "source/boot"
}
]
}