I am trying to improve the efficiency of the linking processes and I notice it emits resource for all skins. For example
Emitting resource sc/skins/Graphite/skin_styles.css.gz
Emitting resource sc/skins/Graphite/unsupported_browser.html
Emitting resource sc/skins/Simplicity/images/Calendar/gripper.png
Emitting resource sc/skins/Simplicity/images/ColorPicker/crosshair.png
Even though my XML file has only one Skin configured:
<inherits name="com.smartgwtee.SmartGwtEENoScriptNoTheme"/>
<inherits name="com.smartgwt.Drawing"/>
<inherits name="com.smartgwt.Charts"/>
<inherits name="com.smartclient.theme.tahoe.Tahoe"/>
Is there a way to tell the linker just to emit the one skin?
Thanks,
Jason
Emitting resource sc/skins/Graphite/skin_styles.css.gz
Emitting resource sc/skins/Graphite/unsupported_browser.html
Emitting resource sc/skins/Simplicity/images/Calendar/gripper.png
Emitting resource sc/skins/Simplicity/images/ColorPicker/crosshair.png
Even though my XML file has only one Skin configured:
<inherits name="com.smartgwtee.SmartGwtEENoScriptNoTheme"/>
<inherits name="com.smartgwt.Drawing"/>
<inherits name="com.smartgwt.Charts"/>
<inherits name="com.smartclient.theme.tahoe.Tahoe"/>
Is there a way to tell the linker just to emit the one skin?
Thanks,
Jason
Comment