The files are created in the per-webapp temporary directories; where those are depends on your app server. In Tomcat, for example, look in:
work/Catalina/localhost/<your webapp>/adf/styles/cache FWIW, I recently fixed up a bug that'll let you just delete the entire "cache" directory at runtime (previously, deleting anything more than just the individual .css files broke the webapp and you had to restart the server). -- Adam On 12/29/06, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:
Hi, for non-Trinidad JSF environments we use to account for css modifications by refreshing the current page at browser level. But Trinidad inserts an intermediate step by creating a skin-related css file on the fly. When is this file generated and how can I force its generation again after modifications of custom skins sources ? Thanks -- Renzo
