Use Local IDS

Quick question,

What does the server setting:
servoy.webclient.templates.use_local_ids
do?

I am having a problem with my style sheets not loading correctly and I was hoping this might solve it.

that compresses the css/javascript ids in the resulting output so that the resulting output is much smaller.

This can only be used if you dont alter the templates yourself through webdav

dont think it will help loading stylesheets.

Thanks Johan,

I am going to give it a shot. I think the reason the style sheet “wont load” is that sometimes it fails to cascade, so some elements are NOT overwritten. Maybe the smaller IDs will help with the loading. Its got to be more effective than goats blood at least.

Thanks for the info.