Exclude all.svg from grunt svgstore

master
Mario Volke 9 years ago
parent 36b0096973
commit 6dc6442b9d

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

Loading…
Cancel
Save