build-workflow
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "build-workflow", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Simple gruntfile helper to define build workflows", | ||
@@ -5,0 +5,0 @@ "main": "config-loader.js", |
@@ -28,3 +28,6 @@ module.exports = function ( grunt, pkg, options ) { | ||
useCache && grunt.log.ok( 'updated files ', filesSrc ); | ||
if ( useCache ) { | ||
grunt.verbose.writeln( 'updated files ', filesSrc ); | ||
grunt.log.ok( 'total files in glob : ', this.filesSrc.length, ', updated: ', filesSrc.length ); | ||
} | ||
@@ -31,0 +34,0 @@ if ( filesSrc.length === 0 ) { |
@@ -54,3 +54,6 @@ var chalk = require( 'chalk' ); | ||
useCache && grunt.log.ok( 'updated files ', filesSrc ); | ||
if ( useCache ) { | ||
grunt.verbose.writeln( 'updated files ', filesSrc ); | ||
grunt.log.ok( 'total files in glob : ', this.filesSrc.length, ', updated: ', filesSrc.length ); | ||
} | ||
@@ -57,0 +60,0 @@ var engine = new eslint.CLIEngine( opts ); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
392140
4618