brotherton-erpnext/build.json

19 lines
411 B
JSON
Raw Normal View History

2012-04-16 08:03:14 +00:00
{
"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"
]
}