Browse Source

Fix comment on gulpfile

pull/7005/head
Jack 4 years ago
parent
commit
42565016b2
1 changed files with 1 additions and 4 deletions
  1. 5
      gulpfile.js

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

Loading…
Cancel
Save