11 lines
351 B
Makefile
11 lines
351 B
Makefile
|
|
livereload:
|
|
go run github.com/omeid/go-livereload/cmd/livereload@latest web | ts
|
|
|
|
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
|
|
curl -Lo web/croppie.css https://github.com/Foliotek/Croppie/raw/v2.6.5/croppie.css
|