2023-12-15 10:30:18 -05:00

18 lines
379 B
Makefile

BOOTSTRAP_MODULE = "bootstrap-custom/boostrap/scss"
CUSTOM_SCSS = "bootstrap-custom/custom.scss"
PUBLIC_CSS = "all_paw_care/static/css/custom.css"
.PHONY: dev-server
dev-server:
flask run --no-reload
.PHONY: build-custom-bootstrap
build-custom-bootstrap:
sass -I $(BOOTSTRAP_MODULE) $(CUSTOM_SCSS) $(PUBLIC_CSS)
.PHONY: process-images
process-images:
./process-images.sh