mirror of
https://github.com/twbs/bootstrap-sass.git
synced 2022-11-09 12:27:02 -05:00
Update Javascript doc
This commit is contained in:
parent
0411a9ea07
commit
fb84acf0b4
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ You can also include optional bootstrap theme:
|
||||||
|
|
||||||
### Javascript
|
### Javascript
|
||||||
|
|
||||||
We have a helper that includes all Bootstrap javascripts. Put this in your Javascript manifest (usually in `application.js`) to
|
We have a helper that includes all Bootstrap javascripts. If you use Rails (or Sprockets separately),
|
||||||
|
put this in your Javascript manifest (usually in `application.js`) to load the files in the [correct order](/vendor/assets/javascripts/bootstrap.js):
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Loads all Bootstrap javascripts
|
// Loads all Bootstrap javascripts
|
||||||
|
|
Loading…
Add table
Reference in a new issue