I have two separate tasks, one to only deploy, and another to compile and deploy. The task that only deploy is working, but that task that compile and deploy is not.
For the compile and deploy task, i'm running gulp-sequence, to make sure to compile and then deploy.
Hello,
I have two separate tasks, one to only deploy, and another to compile and deploy. The task that only deploy is working, but that task that compile and deploy is not.
For the compile and deploy task, i'm running gulp-sequence, to make sure to compile and then deploy.
Here are the gulp tasks:
I tried to make the dist-dev a dependent task to deploy-dev but it didn't to the job too.
I'm missing something?
Thank you