Tuesday 28 June 2016

Web.xml + css content compression.

Add below lines in web.xml to see uncompressed css names

 <context-param>
        <param-name>org.apache.myfaces.trinidad.DISABLE_CONTENT_COMPRESSION</param-name>
        <param-value>true</param-value>
    </context-param>

No comments:

Post a Comment