Did this work?

idk
This commit is contained in:
hydrabolt
2015-11-20 22:23:06 +00:00
parent 409635d50a
commit 95fe52cda1
131 changed files with 10479 additions and 22580 deletions

View File

@@ -8,13 +8,13 @@ module.exports = function (grunt) {
babel: {
options: {
loose: "all",
compact: !grunt.option('dev')
compact: true
},
dist: {
files: [{
expand: true,
cwd: "src/",
src: ["**/**.*"],
src: ["**.*"],
dest: "lib/",
ext: ".js"
}]