-
Notifications
You must be signed in to change notification settings - Fork 14
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
Multiple directories to watch and sync #4
Comments
Yes, both are possible: aemfed -t "http://admin:admin@localhost:4502,http://admin:admin@localhost:4503" \
-w "ui.apps/src/main/content/jcr_root/,ui.content/src/main/content/jcr_root/" The statement above will listen for file changes in both:
And sync all those changes to: At the moment it is not really a gulp task, but as a work around you can have gulp output the files to one of the watched folders and aemfed should pickup the changes, upload them and refresh what has been changed. Please let me know if this works for you 👍 |
Yes, thank you. |
Hello @abmaonline, Hope you're doing great. For one of my other projects (which has multiple packages), i've used it like: Interestingly its just picking up(& watching) the first matched directory, and not all matching folders. Our current directory structure contains multiple packages, something like this:
Could you please once again help me out to watch all matching folders? Thanks, |
Hello,
Could you please suggest if its possible:
Also, can I use this in my gulp task?
Thanks,
The text was updated successfully, but these errors were encountered: