Skip to content

Instantly share code, notes, and snippets.

@pavlo-yuriychuk
Created April 15, 2014 13:58
Show Gist options
  • Save pavlo-yuriychuk/10734958 to your computer and use it in GitHub Desktop.
Save pavlo-yuriychuk/10734958 to your computer and use it in GitHub Desktop.
Proper bower configuration
{
"directory" : "app/bower_components",
"json" : "bower.json",
"storage": {
"packages": ".bower-cache",
"registry": ".bower-registry"
},
"tmp": ".bower-tmp"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment