From 4b4ec65557606b8fa7617db9397cd663edcbab78 Mon Sep 17 00:00:00 2001 From: Zog Date: Wed, 3 Jan 2018 16:32:55 +0100 Subject: Refs #5455; Adds a livereload middleware This allow us to reload the CSS withour reloading the whole page. You'll thank me the day you'll work on React-heavy pages. --- Gemfile.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index ade052d8a..e673b7e31 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -363,6 +363,8 @@ GEM rabl (0.13.1) activesupport (>= 2.3.14) rack (1.6.8) + rack-livereload (0.3.16) + rack rack-protection (1.5.3) rack rack-proxy (0.6.2) @@ -651,6 +653,7 @@ DEPENDENCIES pundit quiet_assets rabl + rack-livereload rails (~> 4.2.8) rails-assets-bootstrap-sass-official (~> 3.3.0)! rails-assets-footable (~> 2.0.3)! -- cgit v1.2.3