Bundling Modules w/ module excludes does not respect excludes
Description
I am going through the new features and tried to bundle my modules:
modules + cb-bundle + cbcsrf + cbdebugger ....
I have some excludes in the ColdBox.cfc module settings depending on my environment which have been working just fine:
structInsert(modules,"exclude",["cbcsrf"]);
This works if I do not have a bundle folder, but as soon as I created the bundle folder and moved all the modules under that it stopped working. I have reinited and even restarted my CF server to be sure nothing was cached. When I revert back to not use the bundle folder, everything works again. Should the exclude value be different when working with module bundles? Thanks!
Attachments
1
Gliffy Diagrams
Activity
Show:
Luis MajanoMarch 7, 2016 at 11:54 PM
Sorry, for the delay, this ticket was lost, and just found and given a lot of love!
Fixed
Pinned fields
Click on the next to a field label to start pinning.
I am going through the new features and tried to bundle my modules:
modules
+ cb-bundle
+ cbcsrf
+ cbdebugger
....
I have some excludes in the ColdBox.cfc module settings depending on my environment which have been working just fine:
structInsert(modules,"exclude",["cbcsrf"]);
This works if I do not have a bundle folder, but as soon as I created the bundle folder and moved all the modules under that it stopped working. I have reinited and even restarted my CF server to be sure nothing was cached. When I revert back to not use the bundle folder, everything works again. Should the exclude value be different when working with module bundles? Thanks!