obsidiansystems / obelisk

Functional reactive web and mobile applications, with batteries included.
https://reflex-frp.org
BSD 3-Clause "New" or "Revised" License
949 stars 104 forks source link

Difference in serving static assets and JS #881

Open dimsmol opened 2 years ago

dimsmol commented 2 years ago

Obelisk version: v0.9.1.0

I've noticed the following differences in serving static assets vs serving JS:

Related questions:

madeline-os commented 2 years ago

all.js is served without hash because it predates the hashing mechanism we use for assets. That said, we can definitely improve the logic by having the page supply the hashed version.

As for the JS assets issue, that is definitely a bug-like condition, so we will look into it. Apologies for the long delay in response.