]> jfr.im git - uguu.git/commitdiff
fix html
authorGo Johansson (neku) <redacted>
Fri, 22 Jul 2022 06:32:50 +0000 (08:32 +0200)
committerGo Johansson (neku) <redacted>
Fri, 22 Jul 2022 06:32:50 +0000 (08:32 +0200)
Makefile
src/templates/partials/header.ejs

index 27e04de5eca11e071cc7ec62c2180da055a05d7b..c04b8dc20a2f80429d9b05376ce6c2475a37c4c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ ejs:
 minify-all:
        $(NPX) minify-all-cli -s $(CURDIR)/src/static/js -d $(CURDIR)/build/js
        $(NPX) minify-all-cli -s $(CURDIR)/src/static/css -d $(CURDIR)/build/css
-       $(NPX) minify-all-cli -s $(CURDIR)/build/html/unmin/ -d $(CURDIR)/build/html/min/
+       $(NPX) minify-all-cli -s $(CURDIR)/build/html/unmin/ -d $(CURDIR)/build/html/min/ -h
 
 installdirs:
        mkdir -p $(DESTDIR)/ $(DESTDIR)/img
index eb09c764ebf3e6b511ee90153ce94a68b9644818..10d6b3fff0fa1a8d00c4e02a431b3232a1f573e8 100644 (file)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html lang="en">
 <head>
 <meta charset="utf-8">