Skip to content

Commit 6740d0d

Browse files
committed
build: remove obsolete gulp build task (angular#27386)
PR Close angular#27386
1 parent 8a63f6e commit 6740d0d

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

gulpfile.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ gulp.task('format', loadTask('format', 'format'));
3232
gulp.task('format:untracked', loadTask('format', 'format-untracked'));
3333
gulp.task('format:diff', loadTask('format', 'format-diff'));
3434
gulp.task('format:changed', ['format:untracked', 'format:diff']);
35-
gulp.task('build.sh', loadTask('build', 'all'));
36-
gulp.task('build.sh:no-bundle', loadTask('build', 'no-bundle'));
3735
gulp.task('lint', ['format:enforce', 'validate-commit-messages', 'tslint']);
3836
gulp.task('tslint', ['tools:build'], loadTask('lint'));
3937
gulp.task('validate-commit-messages', loadTask('validate-commit-message'));

tools/gulp-tasks/build.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)