Foren

Theme deployment issues 6.1.1 GA2?

Ryan Perreault, geändert vor 11 Jahren.

Theme deployment issues 6.1.1 GA2?

New Member Beiträge: 2 Beitrittsdatum: 12.10.12 Neueste Beiträge
Hi,

We're using the 6.1.1 CE GA2 release with a custom theme. When we deploy the theme WAR file into a production environment, we notice that "stale" versions of the styling are being applied to random parts of the application. CSS that was developed weeks ago, not CSS that is actually part of the WAR (which was confirmed to be correct).

Any ideas as to why this occurs? I've run project cleans and rebuilds in my Eclipse IDE, I've blown away temp directory folders and the Catalina work directory. Nothing seems to fix the problem.
thumbnail
Maarten van Heiningen, geändert vor 11 Jahren.

RE: Theme deployment issues 6.1.1 GA2?

Regular Member Beiträge: 174 Beitrittsdatum: 05.02.09 Neueste Beiträge
Hi Ryan,

Did you check in the webapps folder where your custom theme is deployed if your new version is applied?
If not did you remove the custom theme from your server and redeploy it?

Other thing to check is if there is proxy caching or any other caching runnig that could render old stuff.
A check you could also do is checking directly with a browser on the production server and check which version of the theme is loaded.

Best Maarten