From 4b897ac8ab2249db353d535cea04180edf4e17e3 Mon Sep 17 00:00:00 2001 From: Vlad Filippov Date: Mon, 24 Jun 2013 22:49:00 -0600 Subject: [PATCH] fix(build): add svg files to the copy task --- templates/common/Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index 264eb964d..f8ed63010 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -243,7 +243,7 @@ module.exports = function (grunt) { '*.{ico,png,txt}', '.htaccess', 'bower_components/**/*', - 'images/{,*/}*.{gif,webp}', + 'images/{,*/}*.{gif,webp,svg}', 'styles/fonts/*' ] }, {