Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Blocker
-
Resolution: Unresolved
-
Affects Version/s: 1.0
-
Fix Version/s: 1.2.1
-
Labels:None
Description
Its not quite clear what the right thing is here.
Do we prevent bundling of items that have mappers excluded? Or do we bundle them but add the exclusion to the mappers excludes? Or do we create a new bundle for each set of excluded mappers?
Reading the mapper documentation, it strikes me that if the user has specified an exclusion, then the mapper shouldn't be applied.
From a programming perspective it seems like the first alternative here is perhaps the simplest, namely, if mappers are excluded then these resources are not bundled. This might be a good approach to start with.
It is presently unclear if there is test coverage for this situation.