This gem adds roots-css to your rails app, and adds support for the more concise and jade-like slim.
- Add
gem 'roots-rails'
to your gemfile. - run
bundle
- run
rails g roots:install
- profit
Currently, this gem also depends on node.js, but this will be phased out in the future. Just makes life easier for the first release. Luckily, node.js is stupid easy to install, and is not required on any production servers, just for keeping the roots-css library up to date.