README.md in angular-rails-engine-0.9.0 vs README.md in angular-rails-engine-0.9.1
- old
+ new
@@ -20,9 +20,21 @@
= angular_include_tag :default
and remove corresponding lines in application.js.
+## Options
+
+Set :compressed to use minimized library locally like this:
+
+ = angular_include_tag :default, :compressed => true
+
+Remember to change the assets name in confign/environments/production.rb:
+
+ config.assets.precompile += %w( angular/angular.min.js)
+
+See https://gist.github.com/3698589 for using Angular.js with Rails assets.
+
## License
Copyright (c) 2012 Yen-Ju Chen
MIT License