From a592b43925bed0dbf5ad1c522498b50ac41c89f3 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Mon, 4 Feb 2019 12:15:38 +0100 Subject: Debt: Remove unused gulp tasks --- gulpfile.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index fe899377d79..133717f6c3a 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -27,12 +27,10 @@ gulp.task('watch-client-build', ['clean-client-build'], compilation.watchTask('o gulp.task('default', ['compile']); // All -gulp.task('clean', ['clean-client', 'clean-extensions']); gulp.task('compile', ['monaco-typecheck', 'compile-client', 'compile-extensions']); gulp.task('watch', [/* 'monaco-typecheck-watch', */ 'watch-client', 'watch-extensions']); // All Build -gulp.task('clean-build', ['clean-client-build', 'clean-extensions-build']); gulp.task('compile-build', ['compile-client-build', 'compile-extensions-build']); gulp.task('watch-build', ['watch-client-build', 'watch-extensions-build']); -- cgit v1.2.3