Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine bundle.watch with gulp.pipe, or have callback on a complete iteration #104

Open
bwbb opened this issue Dec 28, 2017 · 2 comments
Open

Comments

@bwbb
Copy link

bwbb commented Dec 28, 2017

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!

@chmontgomery
Copy link
Contributor

Actually someone made a PR for this but the tests aren't currently passing: #72

If you want to take a stab at fixing up the PR, I'll get it merged for you!

@bwbb
Copy link
Author

bwbb commented Jan 12, 2018

Ok, I have a PR (#106 ) with tests passing locally, but it looks like it's failing in travis because of a bug in the hoek dependency?
https://travis-ci.org/dowjones/gulp-bundle-assets/jobs/328295274

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants