Skip to content

Commit

Permalink
Magic bower encantations around jquery-price-format sub-dependency :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
toddjordan committed Sep 12, 2016
1 parent fd9e57d commit cbea01d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 6 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@
"ember-cli-shims": "0.1.0",
"ember-cli-test-loader": "0.2.2",
"jquery": "1.11.3",
"alpaca": "1.5.14",
"alpaca": "1.5.18",
"bootstrap": "3.3.2",
"lodash": "~4.6.1"
"lodash": "~4.6.1",
"jquery-price-format": "https://github.com/flaviosilveira/Jquery-Price-Format.git#v2.0"
},
"resolutions": {
"jquery": "1.11.3"
"jquery": "1.11.3",
"jquery-price-format": "v2.0",
"bootstrap": "3.3.2"
}
}
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module.exports = {
}

app.import(app.bowerDirectory + '/alpaca/dist/alpaca/bootstrap/alpaca.js');

// include alpaca styles unless explicitly told otherwise
if(!('includeAlpacaStyles' in options) || options.includeAlpacaStyles) {
app.import(app.bowerDirectory + '/alpaca/dist/alpaca/bootstrap/alpaca.css');
Expand Down

0 comments on commit cbea01d

Please sign in to comment.