Skip to content

Commit

Permalink
Fix missing emojis in production build
Browse files Browse the repository at this point in the history
Grunt was failing to pack emoji images into dist.

// FREEBIE
  • Loading branch information
liliakai committed May 1, 2017
1 parent 499ca55 commit 1f7ef85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -110,7 +110,7 @@ module.exports = function(grunt) {
],
res: [
'audio/**',
'images/**',
'images/**/*',
'fonts/*',
]
},
Expand Down

0 comments on commit 1f7ef85

Please sign in to comment.