From b1a37da68b912c8bdadd1ed363aa136e2a73d1d8 Mon Sep 17 00:00:00 2001 From: lilia Date: Fri, 3 Feb 2017 16:53:43 -0800 Subject: [PATCH] Add audio to prod build // FREEBIE --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 3cf90041..348d0431 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -110,6 +110,7 @@ module.exports = function(grunt) { '!js/register.js' ], res: [ + 'audio/**', 'images/**', 'fonts/*', ]