From 2b9555314594c938c2b22201ebd6f025ffc6a185 Mon Sep 17 00:00:00 2001 From: Valeriy Shkiryak Date: Tue, 12 Aug 2014 15:47:58 +0400 Subject: [PATCH] Remove standard sections from sources config --- grunt/config/sources.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/grunt/config/sources.json b/grunt/config/sources.json index ca2b5b6..ba32b7a 100644 --- a/grunt/config/sources.json +++ b/grunt/config/sources.json @@ -5,11 +5,5 @@ "third-party/**/*.js", "dashboard.js", "dashboard/**/*.js" - ], - "images": [ - "images/**" - ], - "demo": [ - "demo/**" ] }