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); - } } /*******************************