collage-maker/Makefile

11 lines
351 B
Makefile
Raw Normal View History

2023-09-14 14:06:43 -04:00
2023-08-07 21:27:38 -04:00
livereload:
go run github.com/omeid/go-livereload/cmd/livereload@latest web | ts
2023-09-14 14:06:43 -04:00
devserver:
go run . --dev --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