Rushabh Mehta | 2fa2f71 | 2012-09-24 19:13:42 +0530 | [diff] [blame] | 1 | { |
Rucha Mahabal | eaa956b | 2020-04-22 13:07:12 +0530 | [diff] [blame] | 2 | "css/erpnext.css": [ |
| 3 | "public/less/erpnext.less", |
| 4 | "public/less/hub.less", |
| 5 | "public/less/call_popup.less" |
| 6 | ], |
| 7 | "css/marketplace.css": [ |
| 8 | "public/less/hub.less" |
| 9 | ], |
| 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": [ |
Rucha Mahabal | eaa956b | 2020-04-22 13:07:12 +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", |
Nabin Hait | 34c551d | 2019-07-03 10:34:31 +0530 | [diff] [blame] | 26 | "public/js/controllers/stock_controller.js", |
| 27 | "public/js/payment/payments.js", |
| 28 | "public/js/controllers/taxes_and_totals.js", |
| 29 | "public/js/controllers/transaction.js", |
| 30 | "public/js/pos/pos.html", |
| 31 | "public/js/pos/pos_bill_item.html", |
| 32 | "public/js/pos/pos_bill_item_new.html", |
| 33 | "public/js/pos/pos_selected_item.html", |
| 34 | "public/js/pos/pos_item.html", |
| 35 | "public/js/pos/pos_tax_row.html", |
| 36 | "public/js/pos/customer_toolbar.html", |
| 37 | "public/js/pos/pos_invoice_list.html", |
| 38 | "public/js/payment/pos_payment.html", |
| 39 | "public/js/payment/payment_details.html", |
| 40 | "public/js/templates/item_selector.html", |
Solufyin | 3be899c | 2018-08-07 18:28:39 +0530 | [diff] [blame] | 41 | "public/js/templates/employees_to_mark_attendance.html", |
Nabin Hait | 34c551d | 2019-07-03 10:34:31 +0530 | [diff] [blame] | 42 | "public/js/utils/item_selector.js", |
| 43 | "public/js/help_links.js", |
| 44 | "public/js/agriculture/ternary_plot.js", |
| 45 | "public/js/templates/item_quick_entry.html", |
| 46 | "public/js/utils/item_quick_entry.js", |
Solufyin | 3be899c | 2018-08-07 18:28:39 +0530 | [diff] [blame] | 47 | "public/js/utils/customer_quick_entry.js", |
Rucha Mahabal | eaa956b | 2020-04-22 13:07:12 +0530 | [diff] [blame] | 48 | "public/js/education/student_button.html", |
| 49 | "public/js/education/assessment_result_tool.html", |
| 50 | "public/js/hub/hub_factory.js", |
| 51 | "public/js/call_popup/call_popup.js", |
| 52 | "public/js/utils/dimension_tree_filter.js" |
| 53 | ], |
| 54 | "js/item-dashboard.min.js": [ |
| 55 | "stock/dashboard/item_dashboard.html", |
| 56 | "stock/dashboard/item_dashboard_list.html", |
| 57 | "stock/dashboard/item_dashboard.js" |
| 58 | ] |
rohitwaghchaure | 24e5265 | 2017-12-14 13:06:21 +0530 | [diff] [blame] | 59 | } |