Do not collapse inline whitespaces.
This commit is contained in:
parent
0033088c4e
commit
0e66945c67
2 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Minify HTML
|
name: Minify HTML
|
||||||
run: |
|
run: |
|
||||||
pnpm html-minifier-terser --collapse-whitespace --collapse-inline-tag-whitespace --minify-css --minify-js --remove-comments --input-dir public --output-dir public --file-ext html
|
pnpm html-minifier-terser --collapse-whitespace --minify-css --minify-js --remove-comments --input-dir public --output-dir public --file-ext html
|
||||||
-
|
-
|
||||||
name: Copy files to public folder
|
name: Copy files to public folder
|
||||||
run: mkdir -p /usr/share/nginx/static/fpv; cp -rf public/* /usr/share/nginx/static/fpv
|
run: mkdir -p /usr/share/nginx/static/fpv; cp -rf public/* /usr/share/nginx/static/fpv
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,6 @@
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<div class="text-center py-4">
|
<div class="text-center py-4">
|
||||||
Vandevliet Aerial Shots © <!--# config timefmt="%Y" --><!--# echo var="date_local" --> • <a href="/privacy">Privacyverklaring</a>
|
Vandevliet Aerial Shots © <!--# config timefmt="%Y" --><!--# echo var="date_local" --> • <a href="/privacy">Privacyverklaring</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue