feat: Modifie les dates de modification des fichiers pour éviter un changement d'etag

This commit is contained in:
Simon 2020-03-09 16:21:05 +01:00
parent f5122df4c7
commit 852ee62433
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"scripts": {
"start": "hugo server -D",
"serve": "(cd public && python3 -m http.server 8080)",
"build": "rm -rf public && hugo -D --minify && node themes/hugo-theme-lowtech/scripts/typo",
"build": "rm -rf public && hugo -D --minify && node themes/hugo-theme-lowtech/scripts/typo && DATE=`date +\"%Y0101\"` && find public -exec touch -d $DATE {} +",
"favicon": "convert static/icon.png -resize 32x32 -colors 16 \\( -clone 0 -resize 16x16 -extent 16x16 \\) \\( -clone 0 -resize 32x32 -extent 32x32 \\) -delete 0 static/favicon.ico",
"svgo": "svgo */**.svg",
"deploy": "docker-compose up -d --build",