baguette v0.1.88
Fixed
/devices/device-filter.jsno longer 404s. Thedevices/web-root
subfolder was added without a matching static route (Hummingbird needs
one literal route per subdirectory). The per-subdirectory routes are
now generated from a singleServer.staticAssetSubdirectorieslist,
andStaticAssetRoutesTestspins that list against the folders that
actually exist underResources/Web/— adding a subfolder without
routing it now fails a test instead of 404ing in the browser.
Full Changelog: v0.1.87...v0.1.88