JacobPernell / songbird

Web-based MIDI piano roll editor for quick music sketches
1 stars 1 forks source link

[65]: add cache busting #89

Closed mi4l closed 5 years ago

mi4l commented 5 years ago

Issue

Closes #65

Adds cache busting to our html to guard from stale assets.

/review @JacobPernell @mskalandunas

JacobPernell commented 5 years ago

What does cache busting mean?

mi4l commented 5 years ago

Assets can be cached (css, js files) which means old code can be cached. What this will do is make it so each build will have a unique string, forcing the browser to download updated assets.