collage-maker/Makefile

13 lines
379 B
Makefile
Raw Normal View History

2023-09-14 14:06:43 -04:00
# go install github.com/omeid/go-livereload/cmd/livereload
2023-08-07 21:27:38 -04:00
livereload:
2023-09-14 14:06:43 -04:00
cd web; livereload . | ts
local:
go run main.go --local-assets --images-dir w.tmp/images --collages-dir w.tmp
2023-08-07 21:27:38 -04:00
2023-09-14 14:06:43 -04:00
update_croppie:
curl -Lo web/croppie.min.js https://github.com/Foliotek/Croppie/raw/v2.6.5/croppie.min.js
curl -Lo web/croppie.css https://github.com/Foliotek/Croppie/raw/v2.6.5/croppie.css