Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Bootstrap nuget package differences?

I want to bootstrap my MVC 4 application but am not sure which ones I want or need. The descriptions are pretty vague and I'm having trouble finding a nice breakdown of what each of these versions mean.

enter image description here

What are the main differences/similarities and which one should I choose?

like image 755
James Sampica Avatar asked Sep 06 '13 22:09

James Sampica


People also ask

What is the difference between Bootstrap and Twitter Bootstrap?

There's no difference. Twitter Bootstrap was the official name for version 1.0 (Twitter Bootstrap). Later the name has been shortened.

What is the benefit of NuGet package?

NuGet provides the tools developers need for creating, publishing, and consuming packages. Most importantly, NuGet maintains a reference list of packages used in a project and the ability to restore and update those packages from that list.


1 Answers

Twitter.Boostrap is currently just a dependency link to "Bootstrap", the first option. So I take that as Bootstrap is all you need. If you install Twitter.Bootstrap, a readme.txt will be opened.

From the Twitter.Bootstrap nuget package readme.txt:

Twitter.Bootstrap is moving!

v3.0.1 will be the last release of Bootstrap under the Twitter.Bootstrap namespace. With new projects moving forward, you should install Bootstrap directly from the Bootstrap namespace maintained by Outercurve https://www.nuget.org/packages/Bootstrap/ For existing projects, you already have the new Bootstrap package installed by upgrading to this release.

like image 95
JonathanN Avatar answered Sep 17 '22 12:09

JonathanN