How to disable CSS minifier in Liferay?

I am using Liferay 5.2.3 CE. How to disable css minifier.

Thanks.

+6
css liferay
source share
1 answer

you can do this for the whole Liferay instance by specifying

theme.css.fast.load=false 

in your portal-ext.properties file. However, if this is for confirmation, you can add css_fast_load = 0 to the request parameters.

Arno

+16
source share

All Articles