Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Fix minification to include sound class files
Browse files Browse the repository at this point in the history
  • Loading branch information
townxelliot committed Oct 22, 2013
1 parent 0ba943a commit 567a46c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Gruntfile.js
Expand Up @@ -31,12 +31,9 @@ module.exports = function (grunt) {
// minify JS
uglify: {
dist: {
files: {
'build/app/js/hangonman.js': ['app/js/hangonman.js'],
'build/app/js/license.js': ['app/js/license.js'],
'build/app/js/getMessage.js': ['app/js/getMessage.js'],
'build/app/js/scaleBody.js': ['app/js/scaleBody.js'],
}
files: [
{cwd: 'app/js', src: '*.js', dest: 'build/app/js', expand: true}
]
}
},

Expand Down

0 comments on commit 567a46c

Please sign in to comment.