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. --- config/environments/development.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/environments/development.rb b/config/environments/development.rb index 42ce578..0d7c1ae 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -34,4 +34,5 @@ BetaWebApp::Application.configure do # Expands the lines which load the assets config.assets.debug = true + config.assets.prefix = '/dev-assets' end -- cgit v1.2.3