blob: 24ccfbf6f05d40292c597118afb62a69422b5806 [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 ],
6 "js/erpnext-web.min.js": [
7 "public/js/website_utils.js",
8 "public/js/shopping_cart.js"
9 ],
10 "js/erpnext.min.js": [
11 "public/js/conf.js",
12 "public/js/utils.js",
13 "public/js/queries.js",
14 "public/js/sms_manager.js",
15 "public/js/utils/party.js",
16 "public/js/templates/address_list.html",
17 "public/js/templates/contact_list.html",
18 "public/js/controllers/stock_controller.js",
19 "public/js/payment/payments.js",
20 "public/js/controllers/taxes_and_totals.js",
21 "public/js/controllers/transaction.js",
22 "public/js/pos/pos.html",
23 "public/js/pos/pos_bill_item.html",
Faris Ansari1f261a82017-03-06 18:01:58 +053024 "public/js/pos/pos_bill_item_new.html",
Prateeksha Singhb60a52b2018-04-03 10:44:13 +053025 "public/js/pos/pos_selected_item.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053026 "public/js/pos/pos_item.html",
27 "public/js/pos/pos_tax_row.html",
Faris Ansari1f261a82017-03-06 18:01:58 +053028 "public/js/pos/customer_toolbar.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053029 "public/js/pos/pos_invoice_list.html",
30 "public/js/payment/pos_payment.html",
31 "public/js/payment/payment_details.html",
32 "public/js/templates/item_selector.html",
33 "public/js/utils/item_selector.js",
34 "public/js/help_links.js",
Ameya Shenoy5c623682017-12-06 18:36:27 +053035 "public/js/agriculture/ternary_plot.js",
Rushabh Mehtad5c64162017-11-14 15:27:28 +053036 "public/js/templates/item_quick_entry.html",
Manas Solanki966f1412017-11-23 15:22:10 +053037 "public/js/utils/item_quick_entry.js",
rohitwaghchaure24e52652017-12-14 13:06:21 +053038 "public/js/utils/customer_quick_entry.js",
Manas Solanki966f1412017-11-23 15:22:10 +053039 "public/js/education/student_button.html",
Faris Ansari9b646202017-12-10 22:02:41 +053040 "public/js/education/assessment_result_tool.html",
41 "public/js/hub/hub_factory.js"
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053042 ],
43 "js/item-dashboard.min.js": [
44 "stock/dashboard/item_dashboard.html",
45 "stock/dashboard/item_dashboard_list.html",
46 "stock/dashboard/item_dashboard.js"
47 ]
rohitwaghchaure24e52652017-12-14 13:06:21 +053048}