Closed davidjgonzalez closed 7 years ago
BulkWorkflowManager (and any other Angular-based util) breaks if HTML Library Manager minification is enabled and the default YUI compressor is used for minifying.
We should update our clientlibs to use the gcc js processor by adding
jsProcessor="[default:none,min:gcc]"
to all our cq:ClientLibraryFolders
Fixed
BulkWorkflowManager (and any other Angular-based util) breaks if HTML Library Manager minification is enabled and the default YUI compressor is used for minifying.
We should update our clientlibs to use the gcc js processor by adding
jsProcessor="[default:none,min:gcc]"
to all our cq:ClientLibraryFolders