buildoz is born, bz-select is coming
This commit is contained in:
@@ -3,10 +3,15 @@
|
||||
"views": [ "templates/EICAppTemplate", "templates/dialogs/ConfirmDialog" ],
|
||||
"controllerDependencies": [
|
||||
"/thirdparty/eicui/eicui-2.1",
|
||||
"/thirdparty/buildoz/buildoz",
|
||||
"/controllers/common/errorController"
|
||||
],
|
||||
"assets": {
|
||||
"styles": [ {"path": "/app/thirdparty/eicui", "name":"/eicui-2.0.css" }, {"name":"app.css" } ],
|
||||
"styles": [
|
||||
{"path": "/app/thirdparty/eicui", "name":"/eicui-2.0.css" },
|
||||
{"path": "/app/thirdparty/buildoz", "name":"/buildoz.css" },
|
||||
{"name":"app.css" }
|
||||
],
|
||||
"json": [
|
||||
{"name":"global/app-menu-map.json"},
|
||||
{"path": "/app/controllers/common/", "name": "errorController.json", "comment": "Trick to preload errorController stuff, to still have error messages if S3 is down."}
|
||||
|
||||
Reference in New Issue
Block a user