mirror of
https://github.com/moparisthebest/mail
synced 2024-12-22 07:18:49 -05:00
Merge pull request #242 from whiteout-io/dev/hotfix-grunt-icons
Exclude all.svg from grunt svgstore
This commit is contained in:
commit
137c6fe971
@ -400,7 +400,7 @@ module.exports = function(grunt) {
|
|||||||
icons: {
|
icons: {
|
||||||
files: [{
|
files: [{
|
||||||
expand: true,
|
expand: true,
|
||||||
src: ['img/icons/*.svg'],
|
src: ['img/icons/*.svg','!img/icons/all.svg'],
|
||||||
cwd: 'src/',
|
cwd: 'src/',
|
||||||
dest: 'compile/'
|
dest: 'compile/'
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user