v1.3.4
alpic-ai/skybridgev1.3.4Aug 6, 2026by harijoe
AI Summary
Resolves a build failure for views containing CSS with `url()` references by excluding CSS from runtime asset URL rewriting.
Key Highlights
- Fixes build failure for CSS containing `url()` (fonts, background images)
- Asset URL rewriting now applies to JS only, leaving CSS untouched
Full Release Notes
Fixes a build failure for any view whose CSS contains a `url()` (a `@font-face`, a background image). ## Changes - fix(1018): only rewrite asset URLs at runtime for JS, not CSS @thomaswelton (#1021)