site: allow html injection

This commit is contained in:
Harvey Tindall
2022-01-02 22:05:26 +00:00
parent 51b59ae103
commit 7ff492df6c
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ all:
cd out && npx uncss index.html --stylesheets remixicon.css > _remixicon.css; cd ..
mv out/_remixicon.css out/remixicon.css
cp ../static/* out/
node inject.js
debug:
-mkdir -p out