mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
update config header check
This commit is contained in:
@@ -19,7 +19,8 @@ gulp.task('license', function () {
|
||||
.pipe(license({
|
||||
path: 'app/license_header.txt',
|
||||
blocking: false,
|
||||
log: true
|
||||
logInfo: false,
|
||||
logError: true
|
||||
}));
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user