Modifying Bootstrap.css and updating the minified version in Visual Studio?
问题 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