Livereload: Install and configure

Installs rails_live_reload gem
Icons/chart bar
Used 4 times
Created by
S Stephane Liu

Usage

Run this command in your Rails app directory in the terminal:

rails app:template LOCATION="https://railsbytes.com/script/VdrsRD"
Template Source

Review the code before running this template on your machine.

gem_group :development do
  gem "rails_live_reload"
end

run "bundle install"
run "rails generate rails_live_reload:install"
Comments

Sign up or Login to leave a comment.