More simplifications (#67863)

This commit is contained in:
Alex Dima 2019-02-04 16:07:29 +01:00
parent 0280160bd2
commit 8f95df52e1

View file

@ -139,7 +139,6 @@ const tasks = compilations.map(function (tsconfigFile) {
// Tasks
gulp.task('compile-extension:' + name, compileTask);
gulp.task('watch-extension:' + name, watchTask);
gulp.task('compile-extension-build:' + name, compileBuildTask);
return {
compileTask: compileTask,