Incorporated Bootstrap into my ASP.NET MVC project. Made a single tweak to the bootstrap.css
file, but the update is not reflecting. Even in debug mode, it seems like nothing has changed. I faced a similar scenario before where changes weren't reflected after deployment, and deleting the minified file solved it. Tried deleting all Bootstrap files (except scripts) this time too, but the issue persists. Used to see live updates in debug mode when modifying the file, but now it seems completely locked, and I'm clueless on how to resolve it.