twilson63 / express-coffee

A Template for NodeJs Application using Express, CoffeeScript, Jade, Stylus, Nib
http://twilson63.github.io/express-coffee
MIT License
626 stars 152 forks source link

non-matching bootstrap file versions #24

Closed jgannonjr closed 11 years ago

jgannonjr commented 11 years ago

They current setup is using non-matching versions of bootstrap css vs js files.

This was causing some weird issues to crop up for me.

from views/layouts.jade:

!= css("//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap.no-icons.min.css")
//other stuff...
!= js('//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js')

I will go ahead and fix this, bump the bootstrap version to the current 2.2.2, and send a pull request.