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. --- Capfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Capfile') diff --git a/Capfile b/Capfile index ce9b649..bc0ce7b 100644 --- a/Capfile +++ b/Capfile @@ -19,7 +19,7 @@ require 'capistrano/deploy' # require 'capistrano/chruby' require 'capistrano/bundler' require 'capistrano/scm/git' -require 'capistrano/rails/assets' +#require 'capistrano/rails/assets' require 'capistrano/rails/migrations' require 'capistrano/postgresql' require 'capistrano/rbenv' -- cgit v1.2.3