We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f415251 commit 4256501Copy full SHA for 4256501
1 file changed
gulpfile.js
@@ -34,15 +34,12 @@ let
34
watchRTL = require('./tasks/rtl/watch')
35
;
36
37
-/* Simple Compatibility with Gulp 3 */
+/* Simple Compatibility Fix for Gulp 3 Style Tasks */
38
gulp.start = function(name) {
39
let task = gulp.task(name);
40
if(task) {
41
task();
42
}
43
- else {
44
- console.log('cant find', name);
45
- }
46
47
48
/*******************************
0 commit comments