Release Notes / Version 10.2104
Table Of Contents
Our default implementation for JavaScript and CSS compression utilizing the YUI compressor has been removed from the
CAE
as this is now handled in the
Frontend Workspace
during the production build of a theme.
This means that without any adjustments the
disableCompress
property of the
CMAbstractCode
document type no longer has any effect. Because of this the corresponding property editors in the CSS and JavaScript Studio Forms have been removed.
Please note that the core functionality still exists and you can reenable the code compression by providing you own minifier. For this the interface
com.coremedia.blueprint.cae.view.processing.Minifier
needs to be implemented and provided to the corresponding beans of type
com.coremedia.blueprint.cae.view.MergeableResourcesView
. To readd the property field you can either directly edit the corresponding studio form code or write a suitable plugin that readds the checkboxes.
(CMS-12372)