Last active
August 29, 2015 14:12
-
-
Save prule/e286880bb98c5d83db60 to your computer and use it in GitHub Desktop.
Override which files get included from your bower dependency
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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