diff --git a/gruntfile.js b/gruntfile.js index ed686b427..a66455ed0 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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" }]