Browse Source

Grunt: '-v'/'--verbose' cmd line flag now makes compiler output verbose

Manfred Kroehnert 11 years ago
parent
commit
b5cfbc2fb0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      grunt/tasks/grunt-amberc.js

+ 1 - 1
grunt/tasks/grunt-amberc.js

@@ -35,7 +35,7 @@ module.exports = function(grunt) {
     var options = this.options({
       amber_dir: undefined,
       closure_jar: '',
-      verbose: false
+      verbose: grunt.option('verbose') || false
     });
     this.data.verbose = options.verbose;