diff --git a/demo-shell-ng2/gulpfile.js b/demo-shell-ng2/gulpfile.js index 7ecdd69d66..f557306057 100644 --- a/demo-shell-ng2/gulpfile.js +++ b/demo-shell-ng2/gulpfile.js @@ -15,7 +15,7 @@ gulp.task('clean', function () { }); gulp.task('license', function () { - gulp.src('./app/**/*.ts') + return gulp.src('./app/**/*.ts') .pipe(license({ path: 'app/license_header.txt', blocking: false,