From 13dec7ab5a67eb67a444ffbcbb1236e8291e045d Mon Sep 17 00:00:00 2001 From: zeners Date: Fri, 6 May 2016 10:06:03 +0200 Subject: [PATCH] webui: reset file-date on touch to force build --- libresapi/src/webui-src/make-src/init.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libresapi/src/webui-src/make-src/init.sh b/libresapi/src/webui-src/make-src/init.sh index 9edf67ee7..e4b2e299c 100755 --- a/libresapi/src/webui-src/make-src/init.sh +++ b/libresapi/src/webui-src/make-src/init.sh @@ -17,6 +17,6 @@ echo create $publicdest mkdir $publicdest echo touch $publicdest/app.js, $publicdest/app.css, $publicdest/index.html -touch $publicdest/app.js -touch $publicdest/app.css -touch $publicdest/index.html +touch $publicdest/app.js -d 1970-01-01 +touch $publicdest/app.css -d 1970-01-01 +touch $publicdest/index.html -d 1970-01-01