From c722f8281d0f19080f19928a69de950c1472cf94 Mon Sep 17 00:00:00 2001 From: msi Date: Sat, 15 Nov 2025 11:54:05 -0300 Subject: Add post script and remove default styles --- web/template/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/template/Makefile') diff --git a/web/template/Makefile b/web/template/Makefile index 447ab66..e5b32df 100644 --- a/web/template/Makefile +++ b/web/template/Makefile @@ -2,16 +2,16 @@ SASS ?= sass PNPM ?= pnpm CUSTOM_BOOTSTRAP_SCSS := vendor/custom-bootstrap/scss/custom.scss -CUSTOM_CSS_OUT := assets/css/custom.css +CUSTOM_CSS_OUT := assets/css/styles.css VENDOR_FOLDER := vendor/custom-bootstrap .PHONY: css watch-css install install: - $(SASS) -C $(VENDOR_FOLDER) install + $(PNPM) -C $(VENDOR_FOLDER) install css: - $(SASS) $(CUSTOM_BOOTSTRAP_SCSS) $(CUSTOM_CSS_OUT) + $(SASS) -q $(CUSTOM_BOOTSTRAP_SCSS) $(CUSTOM_CSS_OUT) watch-css: $(SASS) --watch $(CUSTOM_BOOTSTRAP_SCSS):$(CUSTOM_CSS_OUT) -- cgit v1.2.3