1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
This commit is contained in:
Antoine Boulanger
2016-11-10 11:38:11 -05:00
committed by GitHub
parent 1be5a4c99d
commit 0c748984aa

View File

@@ -11,7 +11,7 @@ module.exports = {
},
prod: {
expand : true,
cwd : '<%= paths.img.dist %>',
cwd : '<%= paths.img.src %>',
src : [ '**/*.svg', '!sprite.svg' ],
dest : '<%= paths.img.dist %>',
options : {