aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-04-08 14:35:37 -0400
committertdro <tdro@noreply.example.com>2023-04-08 14:41:40 -0400
commitf0cbdec755e91fc3f02e96b03e1fc200b135815e (patch)
tree99e50fdc96d611424e1068818fd05ec6a6a3fd31 /Makefile
parent14b385a14f3a886cc47200a88e69626c2befe799 (diff)
downloadcanory-f0cbdec755e91fc3f02e96b03e1fc200b135815e.tar.gz
canory-f0cbdec755e91fc3f02e96b03e1fc200b135815e.tar.bz2
canory-f0cbdec755e91fc3f02e96b03e1fc200b135815e.zip
static/js: Add update check
In the case of heavy caching attempt a naive site update check with voluntary refresh. Not fully idempotent?
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2f12353..01a8247 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,7 @@ icons:
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/home.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/link.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/map-pin.svg --output-dir static/icons/feather
+ curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/refresh-cw.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/rss.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/search.svg --output-dir static/icons/feather
curl --silent --remote-name https://raw.githubusercontent.com/feathericons/feather/master/icons/tag.svg --output-dir static/icons/feather