- The development debug bar's static CSS and JavaScript are now maintained as standalone files (
vendor/wheels/public/assets/css/debugbar.css,vendor/wheels/public/assets/js/debugbar.js) and included into the bar, eliminating the CFML##-escaped inline blocks (a documented "unescaped#crashes the suite" hazard) and trimming the per-response debug payload via inter-tag whitespace collapse. The bar remains development-only and unchanged in production (#3210)