From e808fc8bbbe682dbd568d6ae5e6c394e9d54ce6f Mon Sep 17 00:00:00 2001 From: Jonathan Petitcolas Date: Wed, 22 Jul 2015 16:01:07 +0200 Subject: [PATCH] Webpack: be more quiet please --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 731c1664..5b9a514a 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -71,7 +71,7 @@ module.exports = function (grunt) { }, exec: { webpack: './node_modules/webpack/bin/webpack.js', - webpack_watch: './node_modules/webpack-dev-server/bin/webpack-dev-server.js --progress --colors' + webpack_watch: './node_modules/webpack-dev-server/bin/webpack-dev-server.js --colors' } });