You've already forked collage-maker
Minor refactor
* Move namegen to seperate file * Simplify Makefile
This commit is contained in:
7
Makefile
7
Makefile
@ -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
|
||||
|
Reference in New Issue
Block a user