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": [ |
| 3 | "public/css/erpnext.css" |
| 4 | ], |
| 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 Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 23 | "public/js/pos/pos_bill_item_new.html", |
Rohit Waghchaure | e30f83a | 2017-02-24 18:02:50 +0530 | [diff] [blame] | 24 | "public/js/pos/pos_selected_item.html", |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 25 | "public/js/pos/pos_item.html", |
| 26 | "public/js/pos/pos_tax_row.html", |
Faris Ansari | 1f261a8 | 2017-03-06 18:01:58 +0530 | [diff] [blame] | 27 | "public/js/pos/customer_toolbar.html", |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 28 | "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", |
Neil Trini Lasrado | 2a9e0f6 | 2017-01-09 18:25:43 +0530 | [diff] [blame] | 34 | "public/js/schools/student_button.html", |
| 35 | "public/js/schools/assessment_result_tool.html" |
Neil Trini Lasrado | eccbf43 | 2016-12-09 17:38:59 +0530 | [diff] [blame] | 36 | ], |
| 37 | "js/item-dashboard.min.js": [ |
| 38 | "stock/dashboard/item_dashboard.html", |
| 39 | "stock/dashboard/item_dashboard_list.html", |
| 40 | "stock/dashboard/item_dashboard.js" |
| 41 | ] |
| 42 | } |