blob: c34eef250801b7dd79aaa8382b5d8fccf1152825 [file] [log] [blame]
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05301{
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +05302 "css/erpnext.css": [
Prateeksha Singhb60a52b2018-04-03 10:44:13 +05303 "public/less/erpnext.less",
4 "public/less/hub.less"
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +05305 ],
Faris Ansari76b31de2018-09-11 17:38:31 +05306 "css/marketplace.css": [
7 "public/less/hub.less"
8 ],
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +05309 "js/erpnext-web.min.js": [
10 "public/js/website_utils.js",
11 "public/js/shopping_cart.js"
12 ],
Solufyin3be899c2018-08-07 18:28:39 +053013 "css/erpnext-web.css": [
14 "public/less/website.less"
15 ],
Faris Ansari709a4a32018-08-01 14:09:07 +053016 "js/marketplace.min.js": [
17 "public/js/hub/marketplace.js"
18 ],
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053019 "js/erpnext.min.js": [
20 "public/js/conf.js",
21 "public/js/utils.js",
22 "public/js/queries.js",
23 "public/js/sms_manager.js",
24 "public/js/utils/party.js",
25 "public/js/templates/address_list.html",
26 "public/js/templates/contact_list.html",
27 "public/js/controllers/stock_controller.js",
28 "public/js/payment/payments.js",
29 "public/js/controllers/taxes_and_totals.js",
30 "public/js/controllers/transaction.js",
31 "public/js/pos/pos.html",
32 "public/js/pos/pos_bill_item.html",
Faris Ansari1f261a82017-03-06 18:01:58 +053033 "public/js/pos/pos_bill_item_new.html",
Prateeksha Singhb60a52b2018-04-03 10:44:13 +053034 "public/js/pos/pos_selected_item.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053035 "public/js/pos/pos_item.html",
36 "public/js/pos/pos_tax_row.html",
Faris Ansari1f261a82017-03-06 18:01:58 +053037 "public/js/pos/customer_toolbar.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053038 "public/js/pos/pos_invoice_list.html",
39 "public/js/payment/pos_payment.html",
40 "public/js/payment/payment_details.html",
41 "public/js/templates/item_selector.html",
Solufyin3be899c2018-08-07 18:28:39 +053042 "public/js/templates/employees_to_mark_attendance.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053043 "public/js/utils/item_selector.js",
44 "public/js/help_links.js",
Ameya Shenoy5c623682017-12-06 18:36:27 +053045 "public/js/agriculture/ternary_plot.js",
Rushabh Mehtad5c64162017-11-14 15:27:28 +053046 "public/js/templates/item_quick_entry.html",
Manas Solanki966f1412017-11-23 15:22:10 +053047 "public/js/utils/item_quick_entry.js",
Solufyin3be899c2018-08-07 18:28:39 +053048 "public/js/utils/customer_quick_entry.js",
Manas Solanki966f1412017-11-23 15:22:10 +053049 "public/js/education/student_button.html",
Faris Ansari9b646202017-12-10 22:02:41 +053050 "public/js/education/assessment_result_tool.html",
51 "public/js/hub/hub_factory.js"
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053052 ],
53 "js/item-dashboard.min.js": [
54 "stock/dashboard/item_dashboard.html",
55 "stock/dashboard/item_dashboard_list.html",
56 "stock/dashboard/item_dashboard.js"
57 ]
rohitwaghchaure24e52652017-12-14 13:06:21 +053058}