mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-26 16:09:35 -05:00
webui: reset file-date on touch to force build
This commit is contained in:
parent
f4a4765ba6
commit
13dec7ab5a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user