rails / propshaft

Deliver assets for Rails
MIT License
864 stars 93 forks source link

Fix 404 for loading source maps with digests in url #194

Closed theodorton closed 3 months ago

theodorton commented 3 months ago

See reported issue #193.

Bisecting on v0.8 shows regression introduced in #171.

searls commented 3 months ago

Just got bit by this after running bundle update -- it'd be awesome if you could cut a patch release, because this 404 was a bit confusing to figure out before visiting the propshaft's commit history

dixpac commented 1 month ago

@dhh @brenogazzola can we release the latest changes? I've just spend 2 hours trying to figure out why source-maps are not working on 0.9.0 🙏

dhh commented 1 month ago

Will cut a release.

dhh commented 1 month ago

0.9.1 has been released: https://github.com/rails/propshaft/releases/tag/v0.9.1

searls commented 1 month ago

Thanks @dhh!