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
Hi, I need to deploy my assets to multiple directories, after they've been built by the bundle.watch( options ) command. Ideally, the one of the directories will have an ENV variable as part of the path.
Is there a callback function for when an iteration of the watch cycle completes?
or can I combine bundle.watch with gulp.pipe, so as to deploy to multiple destinations?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I need to deploy my assets to multiple directories, after they've been built by the
bundle.watch( options )
command. Ideally, the one of the directories will have an ENV variable as part of the path.Is there a callback function for when an iteration of the watch cycle completes?
or can I combine
bundle.watch
withgulp.pipe
, so as to deploy to multiple destinations?Thanks!
The text was updated successfully, but these errors were encountered: