aboutsummaryrefslogtreecommitdiffstats
path: root/app/assets/stylesheets/hmno_header.scss
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 /app/assets/stylesheets/hmno_header.scss
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 'app/assets/stylesheets/hmno_header.scss')
-rw-r--r--app/assets/stylesheets/hmno_header.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/hmno_header.scss b/app/assets/stylesheets/hmno_header.scss
index 2fd2c93..4f722fd 100644
--- a/app/assets/stylesheets/hmno_header.scss
+++ b/app/assets/stylesheets/hmno_header.scss
@@ -18,7 +18,7 @@
#header {
background: {
color: $header-bg;
- image: image-url("header-metal-bg.jpg");
+ image: image_url("header-metal-bg.jpg");
repeat: repeat-y;
}