brotherton-erpnext/build.json
2012-04-16 13:33:14 +05:30

19 lines
411 B
JSON

{
"css/all-web.css": [
"erpnext/startup/startup.css",
"erpnext/website/css/website.css"
],
"css/all-app.css": [
"erpnext/startup/startup.css"
],
"js/all-web.js": [
"erpnext/startup/startup.js",
"erpnext/website/js/topbar.js"
],
"js/all-app.js": [
"erpnext/startup/startup.js",
"erpnext/startup/js/modules.js",
"erpnext/startup/js/toolbar.js",
"erpnext/startup/js/feature_setup.js"
]
}