You've already forked collage-maker
Replace croppie.js with croppie.min.js
This commit is contained in:
13
Makefile
13
Makefile
@ -1,7 +1,12 @@
|
||||
# livereload: github.com/omeid/go-livereload/cmd/livereload@v0.0.0-20180903043807-18d58b752b26
|
||||
|
||||
# go install github.com/omeid/go-livereload/cmd/livereload
|
||||
livereload:
|
||||
livereload . &
|
||||
cd web; livereload . | ts
|
||||
|
||||
server:
|
||||
python3 -m http.server 8082 &
|
||||
local:
|
||||
go run main.go --local-assets --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
|
||||
|
Reference in New Issue
Block a user