Skip to content

Instantly share code, notes, and snippets.

@cookatrice
Last active September 10, 2015 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cookatrice/c8fa43ecad146f646380 to your computer and use it in GitHub Desktop.
Save cookatrice/c8fa43ecad146f646380 to your computer and use it in GitHub Desktop.
bower.json install attribute sample
{
"install": {
"base": "./src/main/webapp/resources/bowerAssets/",
"path": {
"css": "css",
"js": "js",
"woff": "fonts",
"woff2": "fonts",
"eot": "fonts",
"svg": "fonts",
"ttf": "fonts"
},
"sources": {
"jquery-ui": [
"./bower_components/jquery-ui/ui/jquery-ui.custom.js",
"./bower_components/jquery-ui/themes/start/jquery-ui.css"
],
"bootstrap": [
"./bower_components/bootstrap/dist/css/bootstrap.min.css",
"./bower_components/bootstrap/dist/css/bootstrap-theme.min.css",
"./bower_components/bootstrap/dist/js/bootstrap.min.js",
"./bower_components/bootstrap/dist/fonts/*"
],
"angular": [
"./bower_components/angular/angular.min.js"
],
"jquery": [
"./bower_components/jquery/dist/jquery.min.js"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment