Skip to content

Commit

Permalink
Changes to bower.json to correctly pick up assets for some new versio…
Browse files Browse the repository at this point in the history
…ns of

various packages we use. Commit ready for merge.
 - Legacy-Id: 13107
  • Loading branch information
larseggert committed Mar 25, 2017
1 parent 97ca969 commit 32df8fd
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions ietf/bower.json
Expand Up @@ -7,8 +7,8 @@
"bootstrap-datepicker": "~1",
"d3": "~3",
"font-awesome": "~4",
"highcharts": "~4",
"html5shiv": "~3",
"highcharts": "~4.2",
"jquery": "~1",
"jquery.cookie": "~1",
"jquery.tablesorter": "~2",
Expand All @@ -20,6 +20,12 @@
},
"devDependencies": {},
"overrides": {
"bootstrap-datepicker": {
"main": [
"dist/css/bootstrap-datepicker3.min.css",
"dist/js/bootstrap-datepicker.min.js"
]
},
"font-awesome": {
"main": [
"./css/font-awesome.min.css",
Expand All @@ -28,13 +34,16 @@
},
"tablesorter": {
"main": [
"dist/js/jquery.tablesorter.combined.js",
"dist/js/jquery.tablesorter.combined.min.js",
"dist/css/theme.bootstrap.min.css"
]
},
"respond": {
"main": "dest/respond.min.js"
},
"spin.js": {
"main": "spin.min.js"
},
"highcharts": {
"main": [
"highcharts.js",
Expand Down

0 comments on commit 32df8fd

Please sign in to comment.