Skip to content

Commit

Permalink
transforms/buildProduction: Merge identical CSS files that got cloned…
Browse files Browse the repository at this point in the history
… after inlining CSS images
  • Loading branch information
Munter committed Aug 24, 2014
1 parent 5a0b7b0 commit a9e02fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/transforms/buildProduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ module.exports = function (options) {
sizeThreshold: inlineByRelationType.CssImage,
minimumIeVersion: browsers.minimum('ie')
})
.mergeIdenticalAssets({isLoaded: true, isInline: false, type: 'Css'})
.endif()
.minifyAssets({isLoaded: true})
.if(options.addInitialHtmlExtension)
Expand Down

0 comments on commit a9e02fd

Please sign in to comment.