mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +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: [{
|
||||
expand: true,
|
||||
cwd: "src/",
|
||||
src: ["**.*"],
|
||||
src: ["/**/**.*"],
|
||||
dest: "lib/",
|
||||
ext: ".js"
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue