Skip to content

Commit

Permalink
Remove unnecessary overrides for Bootstrap V4 (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
illycz authored and silvenon committed Feb 19, 2017
1 parent c4a9f9f commit a559783
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,6 @@ module.exports = generators.Base.extend({
bowerJson.dependencies = {
'bootstrap': '~4.0.0-alpha.6'
};
bowerJson.overrides = {
'bootstrap': {
'main': [
'scss/bootstrap.scss',
'dist/js/bootstrap.js'
]
}
};
if (!this.includeSass) {
bowerJson.overrides.bootstrap.main.push('dist/css/bootstrap.css');
}
Expand Down

0 comments on commit a559783

Please sign in to comment.