From e010872e6fe0edcbc4e38e4ec38dd4d77fab2cd0 Mon Sep 17 00:00:00 2001 From: Mike Francis Date: Thu, 14 Aug 2014 11:50:16 +0100 Subject: [PATCH] Fix for svg2png dir --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 3c6d966..14d66a0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -47,7 +47,7 @@ module.exports = function(grunt) { all: { files: [{ src: [paths.img + '*.svg'], - dest: paths.img + dest: '.' }], } },