mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
add return to license check
This commit is contained in:
parent
cdc77d7519
commit
1672f56d89
@ -15,7 +15,7 @@ gulp.task('clean', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('license', function () {
|
gulp.task('license', function () {
|
||||||
gulp.src('./app/**/*.ts')
|
return gulp.src('./app/**/*.ts')
|
||||||
.pipe(license({
|
.pipe(license({
|
||||||
path: 'app/license_header.txt',
|
path: 'app/license_header.txt',
|
||||||
blocking: false,
|
blocking: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user