webui: reset file-date on touch to force build

This commit is contained in:
zeners 2016-05-06 10:06:03 +02:00
parent f4a4765ba6
commit 13dec7ab5a

View File

@ -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