Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 4b897ac

Browse files
vladikoffpassy
authored andcommitted
fix(build): add svg files to the copy task
1 parent 02f61f8 commit 4b897ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ module.exports = function (grunt) {
243243
'*.{ico,png,txt}',
244244
'.htaccess',
245245
'bower_components/**/*',
246-
'images/{,*/}*.{gif,webp}',
246+
'images/{,*/}*.{gif,webp,svg}',
247247
'styles/fonts/*'
248248
]
249249
}, {

0 commit comments

Comments
 (0)