You've already forked collage-maker
							
							
		
			
				
	
	
		
			13 lines
		
	
	
		
			379 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			379 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
 | 
						|
# go install github.com/omeid/go-livereload/cmd/livereload
 | 
						|
livereload:
 | 
						|
	cd web; livereload . | ts
 | 
						|
 | 
						|
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
 |