Skip to content

Commit c26b00a

Browse files
committed
more instructions
1 parent af66405 commit c26b00a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ layout/application.html.erb
3434
<%= javascript_include_tag "jquery.multiselect." + I18n.locale.to_s %>
3535
<%= javascript_include_tag "jquery.multiselect.filter." + I18n.locale.to_s %>
3636

37+
config/environments/production
38+
39+
config.assets.precompile += %w( jquery.multiselect*.js )
40+
config.assets.precompile += %w( jquery.multiselect*.css )
41+
3742

3843
## Contributing
3944

0 commit comments

Comments
 (0)