Skip to content

Instantly share code, notes, and snippets.

@airportyh
Created June 7, 2013 03:22
Show Gist options
  • Select an option

  • Save airportyh/5726870 to your computer and use it in GitHub Desktop.

Select an option

Save airportyh/5726870 to your computer and use it in GitHub Desktop.
Async package doesn't know where main source file is.
$ bower install async
bower cloning git://github.com/caolan/async
bower cached git://github.com/caolan/async
bower fetching async
bower checking out async#v0.2.5
bower copying /Users/airportyh/.bower/cache/async/aff84254264447a88702deebb5d1aa6e
bower installing async#0.2.5
$ cat app/bower_components/async/bower.json
{
"name": "async",
"version": "0.2.5",
"repository": {
"type": "git",
"url": "git://github.com/caolan/async"
}
}$ bower list --map
{
"async": {
"source": {}
},
"bug": {
"source": {
"main": "app/bower_components/bug/index.js"
}
},
"jquery": {
"source": {
"scripts": "app/bower_components/jquery/jquery.js"
}
},
"modernizr": {
"source": {}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment