Skip to content

Commit

Permalink
feat(grunt): remove originals after assets being smooshed
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Sep 1, 2015
1 parent f93e209 commit 95e8b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ module.exports = (grunt) ->
inlineSvg: true
inlineSvgBase64: false
assetsUrlPrefix: "<%= config.base %>/assets/"
deleteOriginals: true

dist:
files: [
Expand Down

0 comments on commit 95e8b22

Please sign in to comment.