Adobe-Consulting-Services / acs-aem-commons

http://adobe-consulting-services.github.io/acs-aem-commons/
Apache License 2.0
454 stars 600 forks source link

ClientLibs should use gcc jsProcessor #966

Closed davidjgonzalez closed 7 years ago

davidjgonzalez commented 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

davidjgonzalez commented 7 years ago

Fixed