mirror of
https://github.com/danbulant/discord.js
synced 2026-06-23 16:52:14 +00:00
Fixed minify script
This commit is contained in:
parent
a6e62b22a6
commit
833f0478d4
2 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
2
web-dist/discord.min.3.3.0.js
Normal file
2
web-dist/discord.min.3.3.0.js
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue