README.md in barista-0.1.1 vs README.md in barista-0.1.2

- old
+ new

@@ -12,12 +12,15 @@ If you're using Jammit, this means you can simple run a rake task (`rake barista:brew` before running jammit) and your coffeescripts will be automatically provided, ready for bundling. To add to your project, simply add: - gem 'barista', '>= 0.1.0' + gem 'barista', '>= 0.1.2' To your Gemfile and run bundle install. As you place .coffee files in app/scripts, it will automatically handle them for you. + +Please note that for Jammit compatibility etc, by default in test and dev mode it will +automatically compile all coffeescripts that have changed before rendering the page. Barista require rails 3+ (but patches for Rails 2 will be accepted.) \ No newline at end of file