mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
Fixed minify script
This commit is contained in:
@@ -31,7 +31,7 @@ module.exports = function (grunt) {
|
|||||||
uglify: {
|
uglify: {
|
||||||
min: {
|
min: {
|
||||||
files: {
|
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
Reference in New Issue
Block a user