From 1f7ef8529ce272daa58abfee923a30f6e6071809 Mon Sep 17 00:00:00 2001 From: lilia Date: Mon, 1 May 2017 11:08:04 -0700 Subject: [PATCH] Fix missing emojis in production build Grunt was failing to pack emoji images into dist. // FREEBIE --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 89d2ac13f..051a3aa72 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -110,7 +110,7 @@ module.exports = function(grunt) { ], res: [ 'audio/**', - 'images/**', + 'images/**/*', 'fonts/*', ] },