mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
Fixed grunt babel path and added --dev option
This commit is contained in:
@@ -8,13 +8,13 @@ module.exports = function (grunt) {
|
||||
babel: {
|
||||
options: {
|
||||
loose: "all",
|
||||
compact: true
|
||||
compact: !grunt.option('dev')
|
||||
},
|
||||
dist: {
|
||||
files: [{
|
||||
expand: true,
|
||||
cwd: "src/",
|
||||
src: ["/**/**.*"],
|
||||
src: ["**/**.*"],
|
||||
dest: "lib/",
|
||||
ext: ".js"
|
||||
}]
|
||||
|
||||
Reference in New Issue
Block a user