Skip to content

Commit

Permalink
Updating budget file friendlyname.js to support all contentTypes (#2374)
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroMSantosD authored and soulgalore committed Mar 19, 2019
1 parent 8f10868 commit 1cf3913
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/plugins/budget/friendlynames.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ module.exports = {
javascript: 'contentTypes.javascript.transferSize',
css: 'contentTypes.css.transferSize',
image: 'contentTypes.image.transferSize',
font: 'contentTypes.font.transferSize'
font: 'contentTypes.font.transferSize',
favicon: 'contentTypes.favicon.transferSize',
json: 'contentTypes.json.transferSize',
other: 'contentTypes.other.transferSize',
plain: 'contentTypes.plain.transferSize',
svg: 'contentTypes.svg.transferSize'

},
thirdParty: {
transferSize: 'thirdParty.transferSize',
Expand Down

0 comments on commit 1cf3913

Please sign in to comment.