Anyone recommending a Nuget package for Twitter Bootstrap for an ASP.NET MVC 4 application? I’m not too crazy about what’s out there at nuget.org. What are you using?
Anyone recommending a Nuget package for Twitter Bootstrap for an ASP.NET MVC 4 application?
Share
I have downloaded it from the official website directly into the ASP.NET MVC project. It’s a bit more work but at least I have full control and I know what I’m getting.
There’s also Kickstrap, which I haven’t tested yet but seems promising.
Note: It’s necessary to customize the path to the images folder from “../img/” to “/”, otherwise CSS bundles in ASP.NET MVC 4 don’t load images as expected.