Modifying Bootstrap.css and updating the minified version in Visual Studio?
css, html, minify, twitter-bootstrap, visual-studio-2013
Solution
Just create your own css file and override just the css settings you want to change.
Be sure to load your override css after bootstrap so your overrides take precendence.
This way you dont need to edit either boostrap css at all.
Problem
I am using VS Express 2013, trying to customize a bootstrap theme for a Roadkill wiki. I'm trying to replace the body color with a background image. It's easy enough to modify the bootstrap.css, but in order to get site updates you need to push changes into bootstrap.min.css. So far, I am only aware of how to do this manually. I'm looking for any method whereby I can just have the minified version update automatically. I'm guessing it's probably really simple to do, but I can't find any steps on how to do this.