Skip to content

Commit

Permalink
Exclude unused 15MB vendor font from build package
Browse files Browse the repository at this point in the history
Closes #5099
  • Loading branch information
crossan007 committed Nov 16, 2019
1 parent 8ccf97a commit b84fb10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ module.exports = function (grunt) {
'!composer.lock', '!composer.lock',
'!Include/Config.php', '!Include/Config.php',
'!integrityCheck.json', '!integrityCheck.json',
'!logs/*.log' '!logs/*.log',
'!vendor/endroid/qr-code/assets/fonts/noto_sans.otf' // This closes #5099, but TODO: when https://github.com/endroid/qr-code/issues/224 is fixed, we can remove this exclusion.
], ],
clean: { clean: {
skin: ["src/skin/external"], skin: ["src/skin/external"],
Expand Down

0 comments on commit b84fb10

Please sign in to comment.