I am using Liferay 5.2.3 CE. How can I disable css minifier.
Thanks.
What is CSS minification? CSS minification is the process of removing unneeded code from CSS source files, with the goal of reducing file size without changing how the CSS file executes in the browser.
Go to minifycode.com and click the CSS minifier tab. Then paste the CSS code into the input box and click the Minify CSS button. After the new minified code is generated, copy the code. Then go back to the css file of your website and replace the code with the new minified version.
you can do this for the whole Liferay instance by specifying
theme.css.fast.load=false
in your portal-ext.properties file. However, if it's for verification pupose, you can just add css_fast_load=0 in your request parameters.
Arnaud
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With