Skip to content

Commit

Permalink
align with bootstrap 4 beta (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
IdanCo authored Sep 1, 2017
1 parent ae2813c commit 6785c77
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ See it in action at https://idanco.github.io/ng1bs4/.

## Install

[Install bootstrap 4](https://getbootstrap.com/docs/4.0/getting-started/webpack/) and import it's JS and styling into your project.

Install _ng1bs4_

```sh
Expand Down
2 changes: 1 addition & 1 deletion conf/webpack.base.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = new WebpackConfig().merge({
$: 'jquery',
jQuery: 'jquery',
'window.jQuery': 'jquery',
Tether: 'tether'
Popper: ['popper.js', 'default'],
})
// new webpack.optimize.CommonsChunkPlugin({ // seperate vendor chunks
// name: ['vendor', 'manifest']
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@
"dependencies": {
"angular": "^1.6.3",
"angular-sanitize": "^1.6.4",
"bootstrap": "4.0.0-alpha.6"
"bootstrap": "4.0.0-beta",
"jquery": ">=3.0.0",
"popper.js": "^1.11.0"
},
"devDependencies": {
"angular-highlightjs": "^0.7.1",
Expand Down
1 change: 1 addition & 0 deletions src/docs/utils/demo/demo.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import "~bootstrap/scss/_functions.scss"; // needed because of https://github.com/twbs/bootstrap/issues/23331
@import "~bootstrap/scss/variables";
@import "~bootstrap/scss/mixins";

Expand Down

0 comments on commit 6785c77

Please sign in to comment.