#I've modified my code and redeployed. But Railway doesn't seem to take the new CSS file into account
15 messages · Page 1 of 1 (latest)
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
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
👍