Foren

Sometimes missing CSS files from custom theme on hot deploy

Joe Z, geändert vor 7 Jahren.

Sometimes missing CSS files from custom theme on hot deploy

New Member Beitrag: 1 Beitrittsdatum: 10.10.16 Neueste Beiträge
I'm using a custom theme in 6.2, running Tomcat 7, building with Maven. The theme is large, so rebuilding it is not really a great option.

When I hot deploy in development, the resulting pages complain about missing files: aui.css, base.css, application.css, etc. And indeed, when I look at the tomcat webapp folder for the theme, the files aren't there. (When I build with maven, the files seem to be moved correctly to the target folder, so I know they exist...) *Edit to add: I've seen the files get deployed before, but it's intermittent.

There are no error messages that I've seen on the hot deploy. Redeploying/rebuilding has no effect, nor does deleting the .sass-cache contents, or the work and temp folders from tomcat. I'm in Development mode on the server, using the stock portal-developer.properties file.

Where should I be looking to find out what's going on?