Remove verbose writeFlags as of Grunt v0.4.2 its automatic. Ref gruntjs/grunt#749.
This commit is contained in:
parent
37326b9a58
commit
ffb72d7dd9
@ -28,8 +28,6 @@ module.exports = function(grunt) {
|
|||||||
// assign filename transformation functions
|
// assign filename transformation functions
|
||||||
var processName = options.processName || defaultProcessName;
|
var processName = options.processName || defaultProcessName;
|
||||||
|
|
||||||
grunt.verbose.writeflags(options, 'Options');
|
|
||||||
|
|
||||||
var nsInfo;
|
var nsInfo;
|
||||||
if (options.namespace !== false) {
|
if (options.namespace !== false) {
|
||||||
nsInfo = helpers.getNamespaceDeclaration(options.namespace);
|
nsInfo = helpers.getNamespaceDeclaration(options.namespace);
|
||||||
|
Loading…
Reference in New Issue
Block a user