aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-09-02 21:47:25 +0200
committerHarald Eilertsen <haraldei@anduin.net>2018-09-02 21:47:25 +0200
commitaed1ccac95072ef3bacfc2563800db39609bef9d (patch)
tree9287d0f304595d79843bfb13a5fca5a496aec1b4 /Gemfile
parent5ccb7d40c8669c7fa3833eb1f2aa9fbae80b6ace (diff)
downloadhmnoweb-aed1ccac95072ef3bacfc2563800db39609bef9d.tar.gz
hmnoweb-aed1ccac95072ef3bacfc2563800db39609bef9d.tar.bz2
hmnoweb-aed1ccac95072ef3bacfc2563800db39609bef9d.zip
Precompile assets and check them into vc.deploy-20180902
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.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
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