blob: e62ae59f9276323faa94d1606630348de45dde88 [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 ],
Solufyin3be899c2018-08-07 18:28:39 +053010 "css/erpnext-web.css": [
11 "public/less/website.less"
12 ],
Faris Ansari709a4a32018-08-01 14:09:07 +053013 "js/marketplace.min.js": [
14 "public/js/hub/marketplace.js"
15 ],
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053016 "js/erpnext.min.js": [
17 "public/js/conf.js",
18 "public/js/utils.js",
19 "public/js/queries.js",
20 "public/js/sms_manager.js",
21 "public/js/utils/party.js",
22 "public/js/templates/address_list.html",
23 "public/js/templates/contact_list.html",
24 "public/js/controllers/stock_controller.js",
25 "public/js/payment/payments.js",
26 "public/js/controllers/taxes_and_totals.js",
27 "public/js/controllers/transaction.js",
28 "public/js/pos/pos.html",
29 "public/js/pos/pos_bill_item.html",
Faris Ansari1f261a82017-03-06 18:01:58 +053030 "public/js/pos/pos_bill_item_new.html",
Prateeksha Singhb60a52b2018-04-03 10:44:13 +053031 "public/js/pos/pos_selected_item.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053032 "public/js/pos/pos_item.html",
33 "public/js/pos/pos_tax_row.html",
Faris Ansari1f261a82017-03-06 18:01:58 +053034 "public/js/pos/customer_toolbar.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053035 "public/js/pos/pos_invoice_list.html",
36 "public/js/payment/pos_payment.html",
37 "public/js/payment/payment_details.html",
38 "public/js/templates/item_selector.html",
Solufyin3be899c2018-08-07 18:28:39 +053039 "public/js/templates/employees_to_mark_attendance.html",
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053040 "public/js/utils/item_selector.js",
41 "public/js/help_links.js",
Ameya Shenoy5c623682017-12-06 18:36:27 +053042 "public/js/agriculture/ternary_plot.js",
Rushabh Mehtad5c64162017-11-14 15:27:28 +053043 "public/js/templates/item_quick_entry.html",
Manas Solanki966f1412017-11-23 15:22:10 +053044 "public/js/utils/item_quick_entry.js",
Solufyin3be899c2018-08-07 18:28:39 +053045 "public/js/utils/customer_quick_entry.js",
Manas Solanki966f1412017-11-23 15:22:10 +053046 "public/js/education/student_button.html",
Faris Ansari9b646202017-12-10 22:02:41 +053047 "public/js/education/assessment_result_tool.html",
48 "public/js/hub/hub_factory.js"
Neil Trini Lasradoeccbf432016-12-09 17:38:59 +053049 ],
50 "js/item-dashboard.min.js": [
51 "stock/dashboard/item_dashboard.html",
52 "stock/dashboard/item_dashboard_list.html",
53 "stock/dashboard/item_dashboard.js"
54 ]
rohitwaghchaure24e52652017-12-14 13:06:21 +053055}