project clean-up
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,3 +1,7 @@
|
||||
# Scripts directory variable
|
||||
SCRIPTS_DIR = "scripts"
|
||||
|
||||
# Bootstrap variables
|
||||
BOOTSTRAP_MODULE = "bootstrap-custom/boostrap/scss"
|
||||
CUSTOM_SCSS = "bootstrap-custom/custom.scss"
|
||||
PUBLIC_CSS = "all_paw_care/static/css/custom.css"
|
||||
@@ -13,5 +17,5 @@ build-custom-bootstrap:
|
||||
|
||||
.PHONY: process-images
|
||||
process-images:
|
||||
./process-images.sh
|
||||
./$(SCRIPTS_DIR)/process-images.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user