From 78d91498cddf4417a4c9be73585e731c64f3eddd Mon Sep 17 00:00:00 2001 From: Antoine Boulanger Date: Tue, 23 Dec 2014 13:14:45 -0500 Subject: [PATCH] svgstore --- project-x/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project-x/Gruntfile.js b/project-x/Gruntfile.js index b8b4f0e..c6aafcc 100644 --- a/project-x/Gruntfile.js +++ b/project-x/Gruntfile.js @@ -166,7 +166,7 @@ module.exports = function(grunt) { }, default : { files: { - 'modules/boilerplate/assets/templates/svg.php': ['modules/boilerplate/assets/images/svgs/*.svg'], + 'modules/boilerplate/assets/images/svgs.svg': ['modules/boilerplate/assets/images/svgs/*.svg'], }, }, },