twitter-bootstrapbootswatch

Bootswatch/flatly looks like standard bootstrap in server


I have this ASP.NET MVC web application where I changed the standard Bootstrap.css (version 3.1.0) for the Bootswatch.css(flatly - version 3.2.0). I kept the original bootstrap.js file.

Well, when I run the app on my developing computer the styles (colors, sizes and so on) are accordingly with what I saw in the Bootswatch/flatly site, like the image bellow:

image app on developing computer

However, running the same app on the server the styles are more likely with the standard Bootstrap (colors, sizes and so on), like the following image:

image app on server

In Content folder there are the following files:

So I ask how can I fix this. I'd like to have in server with the same look as in the developing computer.


Solution

  • Asking in other forums I got a solution.

    I took bootstrap.css file (actually bootswatch/flatly css file) from css bundle and referenced it in _Layout.cshtml.