mirror of
https://github.com/moparisthebest/mail
synced 2024-12-21 23:08:50 -05:00
Exclude all.svg from grunt svgstore
This commit is contained in:
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…
Reference in New Issue
Block a user