Sfoglia il codice sorgente

grunt-amberc: process verbose option

Manfred Kroehnert 11 anni fa
parent
commit
4d66ad39db
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      grunt/tasks/grunt-amberc.js

+ 3 - 0
grunt/tasks/grunt-amberc.js

@@ -122,6 +122,9 @@ module.exports = function(grunt) {
     if (undefined !== outputName) {
       configuration.program = outputName;
     }
+    if (true === data.verbose) {
+    	configuration.verbose = true;
+    }
     return configuration;
   }