Skip to content

Commit

Permalink
Fix Gruntfile to publish SVG files to image directory
Browse files Browse the repository at this point in the history
  • Loading branch information
klembot committed Aug 7, 2014
1 parent 76ef302 commit 4a4bc3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ module.exports = function (grunt)
files:
[
{ expand: true, src: ['img/*.png'], dest: 'dist/rsrc/' },
{ expand: true, src: ['img/*.svg'], dest: 'dist/rsrc/' },
{ expand: true, cwd: 'fonts', src: ['*'], dest: 'dist/rsrc/fonts/' },
{ expand: true, cwd: 'lib/fontawesome/fonts', src: ['*'], dest: 'dist/rsrc/fonts/' }
]
Expand Down

0 comments on commit 4a4bc3e

Please sign in to comment.