From 051cf19c142d2722017c9c3a651d4a98b43fde1f Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Thu, 20 Feb 2014 13:14:17 -0500 Subject: [PATCH] chore(build): fix console.debug in bundle.min --- Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 93f7d3ac97..ff1bcda17f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -78,9 +78,9 @@ module.exports = function(grunt) { dist: { files: [{ expand: true, - cwd: '.', - src: ['dist/js/*.js', '!dist/js/*.min.js'], - dest: './dist/js' + cwd: './dist/js', + src: ['*.js'], + dest: 'dist/js/' }], options: { methods: 'log info assert count clear group groupEnd groupCollapsed trace debug dir dirxml profile profileEnd time timeEnd timeStamp table exception'.split(' ')