blob: 0ce5c75aee5a31797e6852eb340b2bcab3a9ffed [file] [log] [blame]
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05301{
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +05302 "css/erpnext.css": [
Faris Ansari7c744ac2018-02-20 14:21:50 +05303 "public/less/erpnext.less"
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +05304 ],
5 "js/erpnext-web.min.js": [
6 "public/js/website_utils.js",
7 "public/js/shopping_cart.js"
8 ],
9 "js/erpnext.min.js": [
10 "public/js/conf.js",
11 "public/js/utils.js",
12 "public/js/queries.js",
13 "public/js/sms_manager.js",
14 "public/js/utils/party.js",
15 "public/js/templates/address_list.html",
16 "public/js/templates/contact_list.html",
17 "public/js/controllers/stock_controller.js",
18 "public/js/payment/payments.js",
19 "public/js/controllers/taxes_and_totals.js",
20 "public/js/controllers/transaction.js",
21 "public/js/pos/pos.html",
22 "public/js/pos/pos_bill_item.html",
Faris Ansari1f261a82017-03-06 18:01:58 +053023 "public/js/pos/pos_bill_item_new.html",
rohitwaghchaure24e52652017-12-14 13:06:21 +053024 "public/js/pos/pos_selected_item.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053025 "public/js/pos/pos_item.html",
26 "public/js/pos/pos_tax_row.html",
Faris Ansari1f261a82017-03-06 18:01:58 +053027 "public/js/pos/customer_toolbar.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053028 "public/js/pos/pos_invoice_list.html",
29 "public/js/payment/pos_payment.html",
30 "public/js/payment/payment_details.html",
31 "public/js/templates/item_selector.html",
32 "public/js/utils/item_selector.js",
33 "public/js/help_links.js",
Ameya Shenoy5c623682017-12-06 18:36:27 +053034 "public/js/agriculture/ternary_plot.js",
Rushabh Mehtad5c64162017-11-14 15:27:28 +053035 "public/js/templates/item_quick_entry.html",
Manas Solanki966f1412017-11-23 15:22:10 +053036 "public/js/utils/item_quick_entry.js",
rohitwaghchaure24e52652017-12-14 13:06:21 +053037 "public/js/utils/customer_quick_entry.js",
Manas Solanki966f1412017-11-23 15:22:10 +053038 "public/js/education/student_button.html",
Faris Ansari9b646202017-12-10 22:02:41 +053039 "public/js/education/assessment_result_tool.html",
40 "public/js/hub/hub_factory.js"
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053041 ],
42 "js/item-dashboard.min.js": [
43 "stock/dashboard/item_dashboard.html",
44 "stock/dashboard/item_dashboard_list.html",
45 "stock/dashboard/item_dashboard.js"
46 ]
rohitwaghchaure24e52652017-12-14 13:06:21 +053047}