Fix for svg2png dir

This commit is contained in:
Mike Francis 2014-08-14 11:50:16 +01:00
parent a0bcc1691f
commit e010872e6f
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ module.exports = function(grunt) {
all: {
files: [{
src: [paths.img + '*.svg'],
dest: paths.img
dest: '.'
}],
}
},