-
Notifications
You must be signed in to change notification settings - Fork 18
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
2 tasks, same manifest filename = cross-contamination #17
Comments
This is expected behavior, it is listed in the Architecture pros vs cons - https://github.com/UltCombo/gulp-buster#architecture Right now, the output filename serves as the "manifest id" for the internal cache to work properly. Anything else would seem to overcomplicate this. Feel free to suggest improvements. |
My use case: 2 manifests, one for development and one for production environments. Each environment contains a different set of assets. Perhaps a configuration option to disable that? |
Uhm, I see. This is an issue I've been considering for a while, but never gave it much thought as I'd like to avoid complicating the most common use cases. As far as I can see, there are 2 options:
|
@UltCombo Option 2 sounds perfect. :) |
I'm running 2 buster tasks using different source files but both outputting the manifest file with the same name, although in different directories. There are files from the first task that end up in the second, or vice versa. If the manifest filename is different, then all works fine.
The text was updated successfully, but these errors were encountered: