update config header check

This commit is contained in:
Mario Romano
2016-04-26 11:24:33 +01:00
parent 8158a6b007
commit eabd9df238

View File

@@ -19,7 +19,8 @@ gulp.task('license', function () {
.pipe(license({
path: 'app/license_header.txt',
blocking: false,
log: true
logInfo: false,
logError: true
}));
});