From aed1ccac95072ef3bacfc2563800db39609bef9d Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 2 Sep 2018 21:47:25 +0200 Subject: Precompile assets and check them into vc. Since we disabled asset compilation in production, we need to precompile them on the development machine. We check the precompiled assets into version control so the will be deployed with the updated code. --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 5c88cab..65b78ad 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,9 @@ end # Gems used only for assets and not required # in production environments by default. group :assets do + gem 'sprockets' gem 'sass-rails', '~> 3.2' + gem 'sass', '~> 3.4.20' gem 'coffee-rails', '~> 3.2' # See https://github.com/sstephenson/execjs#readme for more supported runtimes -- cgit v1.2.3