Closed jgannonjr closed 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.
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:
I will go ahead and fix this, bump the bootstrap version to the current 2.2.2, and send a pull request.