I've modified my code and redeployed. But Railway doesn't seem to take the new CSS file into account
Railway took HTML and Javascript modification into account, but not CSS. Does anyone know how to solve this issue ? Thank you
12 Replies
Project ID:
N/A
how did you trigger a re-deploy?
CLI
are you providing just plain html, css, and, js files? no bundler/builder?
Like what ?
please do your best to answer the question
I used Django to build this webapp, didn't add any bundler
Solution
try clearing your browsers cache
I should have thought of that π©
It worked, sorry for the inconvenience
going forward look into how you would append file hashes onto the assets filenames so they will efficiently cache bust themselves when they change
Ok i wiil
will*
π