mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 03:31:03 +00:00
Fixed grunt builder
This commit is contained in:
parent
00fd78f949
commit
38b0e2249d
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ module.exports = function (grunt) {
|
||||||
files: [{
|
files: [{
|
||||||
expand: true,
|
expand: true,
|
||||||
cwd: "src/",
|
cwd: "src/",
|
||||||
src: ["**.*"],
|
src: ["/**/**.*"],
|
||||||
dest: "lib/",
|
dest: "lib/",
|
||||||
ext: ".js"
|
ext: ".js"
|
||||||
}]
|
}]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue