blob: b4a1cf81be4a8dc941ba8918eb755f87426aed90 [file] [log] [blame]
Rushabh Mehta2fa2f712012-09-24 19:13:42 +05301{
Rucha Mahabaleaa956b2020-04-22 13:07:12 +05302 "css/erpnext.css": [
3 "public/less/erpnext.less",
4 "public/less/hub.less",
Saqib Ansari0fb2e022020-11-09 23:51:24 +05305 "public/less/call_popup.less",
6 "public/scss/point-of-sale.scss"
Rucha Mahabaleaa956b2020-04-22 13:07:12 +05307 ],
8 "css/marketplace.css": [
9 "public/less/hub.less"
10 ],
11 "js/erpnext-web.min.js": [
12 "public/js/website_utils.js",
13 "public/js/shopping_cart.js"
14 ],
Solufyin3be899c2018-08-07 18:28:39 +053015 "css/erpnext-web.css": [
prssannaeb0e5962020-12-24 11:40:33 +053016 "public/scss/website.scss",
17 "public/scss/shopping_cart.scss"
Solufyin3be899c2018-08-07 18:28:39 +053018 ],
Nabin Hait34c551d2019-07-03 10:34:31 +053019 "js/marketplace.min.js": [
20 "public/js/hub/marketplace.js"
21 ],
22 "js/erpnext.min.js": [
23 "public/js/conf.js",
24 "public/js/utils.js",
25 "public/js/queries.js",
26 "public/js/sms_manager.js",
27 "public/js/utils/party.js",
Nabin Hait34c551d2019-07-03 10:34:31 +053028 "public/js/controllers/stock_controller.js",
29 "public/js/payment/payments.js",
30 "public/js/controllers/taxes_and_totals.js",
31 "public/js/controllers/transaction.js",
Nabin Hait34c551d2019-07-03 10:34:31 +053032 "public/js/templates/item_selector.html",
Solufyin3be899c2018-08-07 18:28:39 +053033 "public/js/templates/employees_to_mark_attendance.html",
Nabin Hait34c551d2019-07-03 10:34:31 +053034 "public/js/utils/item_selector.js",
35 "public/js/help_links.js",
36 "public/js/agriculture/ternary_plot.js",
37 "public/js/templates/item_quick_entry.html",
38 "public/js/utils/item_quick_entry.js",
Solufyin3be899c2018-08-07 18:28:39 +053039 "public/js/utils/customer_quick_entry.js",
Rucha Mahabaleaa956b2020-04-22 13:07:12 +053040 "public/js/education/student_button.html",
41 "public/js/education/assessment_result_tool.html",
42 "public/js/hub/hub_factory.js",
43 "public/js/call_popup/call_popup.js",
Leela vadlamudia3845a92020-12-01 13:04:53 +053044 "public/js/utils/dimension_tree_filter.js",
45 "public/js/telephony.js"
Rucha Mahabaleaa956b2020-04-22 13:07:12 +053046 ],
47 "js/item-dashboard.min.js": [
48 "stock/dashboard/item_dashboard.html",
49 "stock/dashboard/item_dashboard_list.html",
50 "stock/dashboard/item_dashboard.js"
Saqib Ansari96feae62020-11-23 17:53:34 +053051 ],
52 "js/point-of-sale.min.js": [
53 "selling/page/point_of_sale/pos_item_selector.js",
54 "selling/page/point_of_sale/pos_item_cart.js",
55 "selling/page/point_of_sale/pos_item_details.js",
56 "selling/page/point_of_sale/pos_number_pad.js",
57 "selling/page/point_of_sale/pos_payment.js",
58 "selling/page/point_of_sale/pos_past_order_list.js",
59 "selling/page/point_of_sale/pos_past_order_summary.js",
60 "selling/page/point_of_sale/pos_controller.js"
Rucha Mahabaleaa956b2020-04-22 13:07:12 +053061 ]
rohitwaghchaure24e52652017-12-14 13:06:21 +053062}