Skip to content

Commit

Permalink
Mention bootstrap bundle in docs. (#24385)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Oct 16, 2017
1 parent 0e90240 commit 658e81a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ bootstrap/
│ ├── bootstrap-reboot.min.css
│ └── bootstrap-reboot.min.css.map
└── js/
├── bootstrap.bundle.js
├── bootstrap.bundle.min.js
├── bootstrap.js
└── bootstrap.min.js
```
Expand Down
2 changes: 2 additions & 0 deletions docs/4.0/getting-started/contents.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ bootstrap/
│ ├── bootstrap-reboot.min.css
│ └── bootstrap-reboot.min.css.map
└── js/
├── bootstrap.bundle.js
├── bootstrap.bundle.min.js
├── bootstrap.js
└── bootstrap.min.js
{% endhighlight %}
Expand Down

0 comments on commit 658e81a

Please sign in to comment.