Replies: 4 comments 4 replies
-
|
You aren't writing your gulp file correctly. This isn't a support forum, so I'll transfer this to GitHub discussions. You probably want to review our getting started guide to understand asynchronousity |
Beta Was this translation helpful? Give feedback.
-
|
@phated could you point out what I'm doing wrong? I also tried pushing the The gulp documentation isn't very helpful if I'm honest |
Beta Was this translation helpful? Give feedback.
-
|
you want to create pipelines using the gulp methods. So instead of |
Beta Was this translation helpful? Give feedback.
-
|
@begin-again the problem is, There is semeingly no way to pass variables into Here is my scenario: I need to find each directory inside But I am unable to find any information on how to create the I tried using a glob string in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running a few tasks via
series, with one task scanning some directories, and another zipping the contents of each directory.Despite the console displaying the message
Finished 'cleanAndBuild' after 28 sthis isn't actually the case, with the console not exiting until much later, at about 120s.gulpfile.js
Using the CLI tool
gnomonI was able to get the true timing of running my task.Why is gulp saying
cleanAndBuildhas finished when it hasn't? And is there anything I can do to improve this script to make it faster/more efficient?Thanks
Beta Was this translation helpful? Give feedback.
All reactions