Browse Source

Add audio to prod build

// FREEBIE
lilia 7 years ago
parent
commit
b1a37da68b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Gruntfile.js

+ 1 - 0
Gruntfile.js

@@ -110,6 +110,7 @@ module.exports = function(grunt) {
         '!js/register.js'
       ],
       res: [
+        'audio/**',
         'images/**',
         'fonts/*',
       ]