We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af66405 commit c26b00aCopy full SHA for c26b00a
README.md
@@ -34,6 +34,11 @@ layout/application.html.erb
34
<%= javascript_include_tag "jquery.multiselect." + I18n.locale.to_s %>
35
<%= javascript_include_tag "jquery.multiselect.filter." + I18n.locale.to_s %>
36
37
+config/environments/production
38
+
39
+ config.assets.precompile += %w( jquery.multiselect*.js )
40
+ config.assets.precompile += %w( jquery.multiselect*.css )
41
42
43
## Contributing
44
0 commit comments