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

Commit

Permalink
fix(build): add svg files to the copy task
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff authored and passy committed Jun 25, 2013
1 parent 02f61f8 commit 4b897ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/common/Gruntfile.js
Expand Up @@ -243,7 +243,7 @@ module.exports = function (grunt) {
'*.{ico,png,txt}',
'.htaccess',
'bower_components/**/*',
'images/{,*/}*.{gif,webp}',
'images/{,*/}*.{gif,webp,svg}',
'styles/fonts/*'
]
}, {
Expand Down

0 comments on commit 4b897ac

Please sign in to comment.