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
I'm trying to add browser-sync to a grow project that uses gulp, but I'm running into race conditions. I'm assuming this is because gulp strictly treated as a preprocessor by grow and runs first? Is it possible to make it trigger a gulp task after the dev server does its thing?
The company where I work uses grow a ton so this would be VERY helpful.
The text was updated successfully, but these errors were encountered:
Gulp and Grow's dev server start in parallel, and Grow's dev server can take a few seconds to start up while it's computing the routing tree.
Agree that a "ready" trigger would be really helpful. We'll need to update the preprocessor configuration options to support a new "autorun" or "run" type.
Uh oh!
There was an error while loading. Please reload this page.
I'm trying to add browser-sync to a grow project that uses gulp, but I'm running into race conditions. I'm assuming this is because gulp strictly treated as a preprocessor by grow and runs first? Is it possible to make it trigger a gulp task after the dev server does its thing?
The company where I work uses grow a ton so this would be VERY helpful.
The text was updated successfully, but these errors were encountered: