Minor refactor

* Move namegen to seperate file
* Simplify Makefile
This commit is contained in:
2023-09-19 22:47:09 -04:00
parent acc9e87f2c
commit 9200bd16db
4 changed files with 48 additions and 42 deletions

View File

@ -1,10 +1,9 @@
# go install github.com/omeid/go-livereload/cmd/livereload
livereload:
cd web; livereload . | ts
go run github.com/omeid/go-livereload/cmd/livereload@latest web | ts
local:
go run main.go --local-assets --images-dir w.tmp/images --collages-dir w.tmp
devserver:
go run . --dev --images-dir w.tmp/images --collages-dir w.tmp
update_croppie:
curl -Lo web/croppie.min.js https://github.com/Foliotek/Croppie/raw/v2.6.5/croppie.min.js