Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.2.12-core
-
None
-
None
Description
We have the CHECK_FILE_MODIFICATION web.xml parameter. When set to true, the Skinning framework will check the skin's css files for modification, and regenerated the skin's stylesheetdocument (and rendered css file) if it has been modified.
DesignTime tools want to do this same thing, but does not want to set the user's web.xml parameter.
Add this code to StyleContextImpl:
public boolean checkStylesModified()
{
if (Beans.isDesignTime())