Answer the question
In order to leave comments, you need to log in
Does Gulp need a signal when a task is completed?
Hello, I started learning gulp.
In some sources, they write that the task must be completed with a callback, as one of the options.
In other sources, there is no word about the termination signal.
Everything works for me without callbacks.
How to proceed?
I suspect the 2nd source is more relevant.
Answer the question
In order to leave comments, you need to log in
Mmm... Now I would like to guess links to sources =)
Callbacks are optional. Your sources don't lie.
$url = '/lol/kuh/regeditom/pendol/';
$arr=expode('/', $url);
preg_match_all('#([^/]+)#',$url,$match);
print_r($match);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question