development-and-dinosaurs / planning-poker

Planning Poker application for agile refinement ceremonies
MIT License
2 stars 0 forks source link

Add cache bypass #77

Closed Tyrannoseanus closed 3 months ago

Tyrannoseanus commented 3 months ago

When we deploy Javascript changes, they don't reflect in realtime as the previous javascript is still cached.

We should do something to invalidate the cache when we make a change.

I'm sure I've seen script-abc123.js previously - I wonder if we can add a checksum or something like that to the JS when we publish it to bypass the cache and pull the new file.

Tyrannoseanus commented 3 months ago

Closed in #78