File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,17 +32,15 @@ and run bundle install.
32
32
33
33
This gem doesn't include Bootstrap. You can get Bootstrap here: https://github.com/anjlab/bootstrap-rails
34
34
35
- ## Stylesheets
35
+ ## Configuration
36
36
37
- Add necessary stylesheet file to app/assets/stylesheets/application.css
37
+ app/assets/stylesheets/application.css
38
38
39
39
``` css
40
40
* = require bootstrap-wysihtml5
41
41
```
42
42
43
- ## Javascripts
44
-
45
- Bootstrap-wysihtml5 depends on jquery and bootstrap-button .
43
+ Bootstrap-wysihtml5 depends on jquery and bootstrap-button . Make sure to require it in the manifest file.
46
44
47
45
``` javascript
48
46
//= require jquery # Not included
60
58
//= require bootstrap-wysihtml5-all
61
59
```
62
60
61
+ You may need to restart your rails server.
62
+
63
63
## Using bootstrap-wysihtml5-rails
64
64
65
65
Just call wysihtml5() with any selector.
You can’t perform that action at this time.
0 commit comments