summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-09-09 13:09:13 +0200
committerYorhel <git@yorhel.nl>2019-09-09 13:12:26 +0200
commitaedc8ce63320575d93290c105bf8c0f78d932868 (patch)
treebc052d66769e560c0fb2196ecfc95d0739260296 /data
parentb4be7c249edc6bdb9491059c97079b526cbb53e4 (diff)
CSS/Build: Move minification and compression to "make prod"
This rather significantly speeds up development builds. Also simplifies skingen.pl and its config a bit. The new compressed files are written to /s/*/style.min.css{,.gz}, it is up to the web server to serve those instead of /s/*/style.css.
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 57cbbd30..e4684d53 100644
--- a/data/style.css
+++ b/data/style.css
@@ -959,7 +959,7 @@ p.filselect i { font-style: normal }
/****** Icons *******/
.icons {
- background: url(/f/icons.png?$version$) no-repeat;
+ background: url(/f/icons.png?$icons_version$) no-repeat;
width: 16px;
height: 14px;
margin: 0 2px 0 0;