-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
I'm doing:
$ bower install backboneBut I don't get Underscore installed as dependency. See my bower list --map (with jquery-ui as additional successful example). Backbone part is empty !
{
"backbone": {
"source": {}
},
"jquery": {
"source": {
"main": "components/jquery/jquery.js"
}
},
"jquery-ui": {
"source": {
"main": "components/jquery-ui/ui/jquery-ui.js"
},
"dependencies": {
"jquery": {
"source": {
"main": "components/jquery/jquery.js"
}
}
}
}
}Why ? I noticed that backbone git repo does not include a component.json. Is that related ? In this case, should not bower use package.json ? Is there an other repo to use ?
Reactions are currently unavailable