# RCompile This gem is created to make it easy to download a whole rails site from localhost as pure html. This enables us to make full use of rails and stuff like slim etc for prototyping something quickly and send the html to a customer. ## Installation Add this line to your application's Gemfile: gem 'rcompile' And then execute: $ bundle exec rcompile Or install it yourself as: $ gem install rcompile ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it ( http://github.com//rcompile/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request