remove vulnerable node deps, cleanup

This commit is contained in:
Harvey Tindall
2021-11-14 14:50:40 +00:00
parent 4da1c8c2b6
commit 9092f42834
8 changed files with 2026 additions and 2568 deletions

View File

@@ -101,7 +101,7 @@ typescript:
$(COPYTS)
swagger:
$(GOBINARY) get github.com/swaggo/swag/cmd/swag
$(GOBINARY) install github.com/swaggo/swag/cmd/swag
swag init -g main.go
compile:
@@ -122,7 +122,7 @@ bundle-css:
inline:
cp html/crash.html $(DATA)/crash.html
$(UNCSS)
npx inline-source --root $(DATA) $(DATA)/crash.html $(DATA)/crash.html
node scripts/inline.js root $(DATA) $(DATA)/crash.html $(DATA)/crash.html
rm $(DATA)/bundle.css
copy: