Fixed minify script

This commit is contained in:
hydrabolt 2015-09-06 20:21:37 +01:00
parent a6e62b22a6
commit 833f0478d4
2 changed files with 3 additions and 1 deletions

View file

@ -31,7 +31,7 @@ module.exports = function (grunt) {
uglify: {
min: {
files: {
"./web-dist/discord.min.<%= pkg.version %>.js": "./web-dist/discord.js"
"./web-dist/discord.min.<%= pkg.version %>.js": "./web-dist/discord.<%= pkg.version %>.js"
}
}
}

File diff suppressed because one or more lines are too long