aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-01-06 15:49:08 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-01-06 15:49:08 +0100
commit9c22d9e8978b836da2fdaa3bd3d05fcff0124b91 (patch)
tree62b29a389ad669706535665601bf3224e6622385 /config
parent0ce1d3ed2b7e7a2c57e98177eb35525beed46981 (diff)
downloadhmnoweb-9c22d9e8978b836da2fdaa3bd3d05fcff0124b91.tar.gz
hmnoweb-9c22d9e8978b836da2fdaa3bd3d05fcff0124b91.tar.bz2
hmnoweb-9c22d9e8978b836da2fdaa3bd3d05fcff0124b91.zip
Set prefix for assets in prodtest.
Diffstat (limited to 'config')
-rw-r--r--config/environments/prodtest.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/environments/prodtest.rb b/config/environments/prodtest.rb
index e39ab27..0bcf9e2 100644
--- a/config/environments/prodtest.rb
+++ b/config/environments/prodtest.rb
@@ -25,6 +25,8 @@ BetaWebApp::Application.configure do
# Defaults to nil and saved in location specified by config.assets.prefix
# config.assets.manifest = YOUR_PATH
+ config.assets.prefix = '/beta/assets'
+
# Specifies the header that your server uses for sending files
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx