I am using MaterialAdmin theme for a JSF/PrimeFaces web application.
Every time I launch the app I get this warning for every single .less
file:
WARNING: JSF1091: No mime type detected for shared / variables.less file. To resolve this issue, add a mime-type mapping to the web.xml file of the application.
I tried this but no chance :
<web:mime-mapping>
<extension>less</extension>
<web:mime-type>text/plain</web:mime-type>
</web:mime-mapping>