Anonyfox / node-webkit-hipster-seed

Bootstrap a crossplatform Desktop Application using tools you probably never heard of.
Other
1.29k stars 83 forks source link

Bootstrap Version is Old #10

Open weswigham opened 10 years ago

weswigham commented 10 years ago

bower's bootstrap-less is for bootstrap v2.3.2, angular-bootstrap's newest versions are for bootstrap 3. The two can do really, really wonky things when combined. (For example, bootstrap 2.3 doesn't define any panel related css classes, as used in the accordion.)

Fortunately, bootstrap 3 is bower-based on its own now, and its only dependency (jquery) is already a dependency here.

Anonyfox commented 10 years ago

I'll look into it. Coffeescript reached 1.7, too.

adam-lynch commented 10 years ago

My 2 cents...

"I don't think Bootstrap is like your typical dependency (i.e. like any managed by Bower). It should be modified and built on top of (with any needless modules removed)." Teamwork/node-webkit-base-app#3