You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Comment edited, previous version moved to the other issue as it seems the most relevant place)
You can already do this by creating a module that contains just an array of tasks. The README contains already an example of this that I will report here and simplify:
With this syntax you are actually defining a module build which, when it is executed with gulp build, ensures that clean is run before build-css starts.
Of course I am assuming you have other two modules, one called clean and one called build-css.
Let me know if this is clear and, most importantly, if it works for you specific use cases.
Hi,
is there any way to specify that task A requires task B to run before the task A executes?
The text was updated successfully, but these errors were encountered: