README.md in bootstrap-rails-engine-1.2.1 vs README.md in bootstrap-rails-engine-1.2.2
- old
+ new
@@ -29,9 +29,19 @@
= bootstrap_stylesheet_include_tag :default
then remove corresponding lines in application.js and application.css.
+## Options
+
+Set :compressed to use minimized library locally like this:
+
+ = bootstrap_javascript_include_tag :default, :compressed => true
+
+Remember to change the assets name in confign/environments/production.rb:
+
+ config.assets.precompile += %w( bootstrap/bootstrap.min.js)
+
## License
Copyright (c) 2012 Yen-Ju Chen
MIT License