From 42565016b2c8e87d0e437293a388466b6d80a436 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 25 May 2020 18:35:26 -0700 Subject: [PATCH] Fix comment on gulpfile --- gulpfile.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 6e5829dfc..1ee5cc1aa 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -34,15 +34,12 @@ let watchRTL = require('./tasks/rtl/watch') ; -/* Simple Compatibility with Gulp 3 */ +/* Simple Compatibility Fix for Gulp 3 Style Tasks */ gulp.start = function(name) { let task = gulp.task(name); if(task) { task(); } - else { - console.log('cant find', name); - } } /*******************************