Fix for svg2png dir
This commit is contained in:
parent
a0bcc1691f
commit
e010872e6f
|
@ -47,7 +47,7 @@ module.exports = function(grunt) {
|
|||
all: {
|
||||
files: [{
|
||||
src: [paths.img + '*.svg'],
|
||||
dest: paths.img
|
||||
dest: '.'
|
||||
}],
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue