Skip to content

Instantly share code, notes, and snippets.

@akullpp
Created January 7, 2015 09:47
Show Gist options
  • Save akullpp/469bd1c89308a5e7c0bd to your computer and use it in GitHub Desktop.
Save akullpp/469bd1c89308a5e7c0bd to your computer and use it in GitHub Desktop.
Bower overwrites
You can overwrite certain attributes of a bower.json, e.g. the "main"-attribute with:
"overrides" : {
"lodash": {
"main": "lodash.js:
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment