From 6dc6442b9d726aeb340245d47ec54e74f8c96ab8 Mon Sep 17 00:00:00 2001 From: Mario Volke Date: Thu, 8 Jan 2015 13:32:12 +0100 Subject: [PATCH] Exclude all.svg from grunt svgstore --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b3d5e78..6719eac 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -400,7 +400,7 @@ module.exports = function(grunt) { icons: { files: [{ expand: true, - src: ['img/icons/*.svg'], + src: ['img/icons/*.svg','!img/icons/all.svg'], cwd: 'src/', dest: 'compile/' }]