resthub / resthub-backbone-stack

RESThub Backbone.js stack
http://resthub.org/docs/backbone/
Other
56 stars 26 forks source link

bootstrap depends on jquery #60

Closed MarneusCalgarXP closed 12 years ago

MarneusCalgarXP commented 12 years ago

add the following block to requirejs config :

shim: { … 'bootstrap': { deps: [ 'jquery' ] } }