summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRasmus Andersson <rasmus@notion.se>2017-08-22 23:11:06 +0300
committerRasmus Andersson <rasmus@notion.se>2017-08-22 23:11:06 +0300
commitc97111a594525e900cf941bc354fc5b2ea868ddf (patch)
tree11aa391ab295f7f5508d3b38b65c59c66feadab9 /Makefile
parenteda835f2f2258bc099e582d57d394dae1e9786d8 (diff)
downloadinter-c97111a594525e900cf941bc354fc5b2ea868ddf.tar.xz
Include version in CSS so that HTTP caches are not pointing to old versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0948c643..552030f3a 100644
--- a/Makefile
+++ b/Makefile
@@ -97,6 +97,7 @@ dist:
rm -rf docs/font-files
mkdir docs/font-files
cp -a build/dist/*.woff build/dist/*.woff2 docs/font-files/
+ misc/versionize-css.py
@echo "——————————————————————————————————————————————————————————————————"
@echo ""
@echo "Next step:"