Skip to content

Instantly share code, notes, and snippets.

@prule
Last active August 29, 2015 14:12
Show Gist options
  • Save prule/e286880bb98c5d83db60 to your computer and use it in GitHub Desktop.
Save prule/e286880bb98c5d83db60 to your computer and use it in GitHub Desktop.
Override which files get included from your bower dependency
{
"name": "test-project-1",
"dependencies": {
"moment": "2.8.2"
},
"overrides": {
"moment": {
"main": [
"min/moment.min.js",
"locale/fr.js",
"locale/en-au.js"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment