Exclude all.svg from grunt svgstore

This commit is contained in:
Mario Volke 2015-01-08 13:32:12 +01:00
parent 36b0096973
commit 6dc6442b9d
1 changed files with 1 additions and 1 deletions

View File

@ -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/'
}]