Hi there,
within production mode there is a problem when clicking on “Admin Actions” -> “Reload Admin”
After refreshing page I get a 404 for both minified files, so the admin is without any styling 
To fix this a full reload is necessary.
Best regards,
Andy
Hi, after a while I remembered that I owe you an answer 
I used that config:
coldbox.debugmode=false;
coldbox.handlersIndexAutoReload = false;
coldbox.handlerCaching = true;
In the admin I clicked every admin action. Afterwards it happened. Can not provide a trace, because there is not an error showing up. I just see that the “MinifiedFilename.css” throws an 404.
Cheers Andy