From 28d21ba3c08a2d933aef4c2027195ffa04011117 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 24 Feb 2015 22:28:26 +0530 Subject: [PATCH] [minor] fix build.json --- erpnext/public/build.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/erpnext/public/build.json b/erpnext/public/build.json index 60de89c8e52..ff8bf94269f 100644 --- a/erpnext/public/build.json +++ b/erpnext/public/build.json @@ -19,8 +19,5 @@ "public/js/pos/pos_item.html", "public/js/pos/pos_tax_row.html", "public/js/pos/pos.js" - ], - "css/shopping-cart-web.css": [ - "public/css/shopping_cart.css" ] }