We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a0598 commit 2145bf0Copy full SHA for 2145bf0
README.md
@@ -62,14 +62,6 @@ Or just add the ones that you want
62
//= require bootstrap-wysihtml5/locales/es-ES
63
```
64
65
-Rails compiles and minify all stylesheets into a single file. We need `bootstrap-wysihtml5/wysiwyg-color.css` to be available as a single file.
66
-Modify `config/environments/production.rb` to contain:
67
-
68
-```
69
-# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
70
-config.assets.precompile += %w( bootstrap-wysihtml5/wysiwyg-color.css )
71
72
73
You may need to restart your rails server.
74
75
## Using bootstrap-wysihtml5-rails
0 commit comments