UoaWDCC / ASPA-EnrollmentForm

6 stars 1 forks source link

[ASPA-55] Prevent Caching for assests #125

Closed jameszu closed 3 years ago

jameszu commented 3 years ago

Issue: Currently, CSS and JS files (as well as other file types inside the assets folder) are cached, even in the development environment. This makes trying to make changes to the frontend very tedious and hard to manage.

Solution: Adding what so called cache busting (https://curtistimson.co.uk/post/front-end-dev/what-is-cache-busting/) after each js, css, and png files

Risk: None

Reviewed By: Raymond, Matthew, James