aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorZog2018-01-03 16:32:55 +0100
committerZog2018-01-08 08:18:57 +0100
commit4b4ec65557606b8fa7617db9397cd663edcbab78 (patch)
treea7bbbe89cf56add8f958db7251e921a06079d56c /Gemfile
parent913d6935727ace3ac94c08adb4e1ec378741fb19 (diff)
downloadchouette-core-4b4ec65557606b8fa7617db9397cd663edcbab78.tar.bz2
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 7c10b27e4..9e204e316 100644
--- a/Gemfile
+++ b/Gemfile
@@ -158,6 +158,7 @@ group :development do
gem 'bundler-audit'
gem 'spring-commands-rspec'
gem 'dbshell-rails'
+ gem 'rack-livereload'
platforms :ruby_20, :ruby_21, :ruby_22 do
gem 'better_errors'