Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 1 | { |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 2 | "css/erpnext.css": [ |
Prateeksha Singh | b60a52b | 2018-04-03 10:44:13 +0530 | [diff] [blame] | 3 | "public/less/erpnext.less", |
Suraj Shetty | dd6b70c | 2019-05-16 23:55:35 +0530 | [diff] [blame] | 4 | "public/less/hub.less", |
Suraj Shetty | fb1964a | 2019-05-22 06:38:25 +0530 | [diff] [blame] | 5 | "public/less/call_popup.less" |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 6 | ], |
Faris Ansari | 76b31de | 2018-09-11 17:38:31 +0530 | [diff] [blame] | 7 | "css/marketplace.css": [ |
| 8 | "public/less/hub.less" |
| 9 | ], |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 10 | "js/erpnext-web.min.js": [ |
| 11 | "public/js/website_utils.js", |
| 12 | "public/js/shopping_cart.js" |
| 13 | ], |
Solufyin | 3be899c | 2018-08-07 18:28:39 +0530 | [diff] [blame] | 14 | "css/erpnext-web.css": [ |
Faris Ansari | 5f8b358 | 2019-03-19 11:48:32 +0530 | [diff] [blame] | 15 | "public/scss/website.scss" |
Solufyin | 3be899c | 2018-08-07 18:28:39 +0530 | [diff] [blame] | 16 | ], |
Nabin Hait | 34c551d | 2019-07-03 10:34:31 +0530 | [diff] [blame] | 17 | "js/marketplace.min.js": [ |
| 18 | "public/js/hub/marketplace.js" |
| 19 | ], |
| 20 | "js/erpnext.min.js": [ |
| 21 | "public/js/conf.js", |
| 22 | "public/js/utils.js", |
| 23 | "public/js/queries.js", |
| 24 | "public/js/sms_manager.js", |
| 25 | "public/js/utils/party.js", |
| 26 | "public/js/templates/address_list.html", |
| 27 | "public/js/templates/contact_list.html", |
| 28 | "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", |
| 32 | "public/js/pos/pos.html", |
| 33 | "public/js/pos/pos_bill_item.html", |
| 34 | "public/js/pos/pos_bill_item_new.html", |
| 35 | "public/js/pos/pos_selected_item.html", |
| 36 | "public/js/pos/pos_item.html", |
| 37 | "public/js/pos/pos_tax_row.html", |
| 38 | "public/js/pos/customer_toolbar.html", |
| 39 | "public/js/pos/pos_invoice_list.html", |
| 40 | "public/js/payment/pos_payment.html", |
| 41 | "public/js/payment/payment_details.html", |
| 42 | "public/js/templates/item_selector.html", |
Solufyin | 3be899c | 2018-08-07 18:28:39 +0530 | [diff] [blame] | 43 | "public/js/templates/employees_to_mark_attendance.html", |
Nabin Hait | 34c551d | 2019-07-03 10:34:31 +0530 | [diff] [blame] | 44 | "public/js/utils/item_selector.js", |
| 45 | "public/js/help_links.js", |
| 46 | "public/js/agriculture/ternary_plot.js", |
| 47 | "public/js/templates/item_quick_entry.html", |
| 48 | "public/js/utils/item_quick_entry.js", |
Solufyin | 3be899c | 2018-08-07 18:28:39 +0530 | [diff] [blame] | 49 | "public/js/utils/customer_quick_entry.js", |
Manas Solanki | 966f141 | 2017-11-23 15:22:10 +0530 | [diff] [blame] | 50 | "public/js/education/student_button.html", |
Faris Ansari | 9b64620 | 2017-12-10 22:02:41 +0530 | [diff] [blame] | 51 | "public/js/education/assessment_result_tool.html", |
Suraj Shetty | 8b0588d | 2019-05-02 14:59:44 +0530 | [diff] [blame] | 52 | "public/js/hub/hub_factory.js", |
Suraj Shetty | 54bb3e4 | 2019-06-10 09:25:39 +0530 | [diff] [blame] | 53 | "public/js/call_popup/call_popup.js", |
deepeshgarg007 | 50ea99e | 2019-05-28 12:13:53 +0530 | [diff] [blame] | 54 | "public/js/utils/dimension_tree_filter.js" |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 55 | ], |
| 56 | "js/item-dashboard.min.js": [ |
| 57 | "stock/dashboard/item_dashboard.html", |
| 58 | "stock/dashboard/item_dashboard_list.html", |
| 59 | "stock/dashboard/item_dashboard.js" |
| 60 | ] |
rohitwaghchaure | 24e5265 | 2017-12-14 13:06:21 +0530 | [diff] [blame] | 61 | } |