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
It's nice to be able to run gulp, deploy, but keep working in gulp. But our gulp script cleans the output folder on deploy so our dev assets folder gets wiped and you have to manually restart gulp. Can build in a check into our deploy script that checks if gulp is running and if so it reloads gulp assets so we can keep going on dev.
The text was updated successfully, but these errors were encountered:
* adding initial gulp settings
* orb by default, but overrideble for local ports
* fixing mu-plugins
* reload gulp after deploy #182 (#183)
* no need to ignore mu-plugins
* updates to make gulp work locally
---------
Co-authored-by: Chris Herold <[email protected]>
It's nice to be able to run gulp, deploy, but keep working in gulp. But our gulp script cleans the output folder on deploy so our
dev
assets folder gets wiped and you have to manually restart gulp. Can build in a check into our deploy script that checks if gulp is running and if so it reloads gulp assets so we can keep going on dev.The text was updated successfully, but these errors were encountered: