diff --git a/erpnext/public/js/conf.js b/erpnext/public/js/conf.js deleted file mode 100644 index 421679b2ef5..00000000000 --- a/erpnext/public/js/conf.js +++ /dev/null @@ -1,4 +0,0 @@ -// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors -// License: GNU General Public License v3. See license.txt - -frappe.provide("erpnext"); diff --git a/erpnext/public/js/erpnext.bundle.js b/erpnext/public/js/erpnext.bundle.js index aac34672fde..ff6e0e5e0d4 100644 --- a/erpnext/public/js/erpnext.bundle.js +++ b/erpnext/public/js/erpnext.bundle.js @@ -1,4 +1,3 @@ -import "./conf"; import "./utils"; import "./stock_reservation"; import "./queries";