From cf6b32bce6a7cd4447940a86b2c8647560ec4f03 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 24 Feb 2015 18:24:00 -0500 Subject: [PATCH] logic error --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index f2ea79c28b..b1a381b64f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -13,7 +13,7 @@ module.exports = function(grunt) { compiling = '', time = Date.now(); - if (grunt.option('verbose')) { + if (!grunt.option('verbose')) { args.push('--log-level=info'); }