Преглед на файлове

grunt-amberc: process verbose option

Manfred Kroehnert преди 11 години
родител
ревизия
4d66ad39db
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  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;
   }