Update Makefile

This commit is contained in:
akp 2022-09-13 21:01:18 +01:00
parent ed9dc41575
commit e78de593b6
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -1,3 +1,7 @@
build:
mkdir -p dist
sass --style=compressed --no-source-map src/theme-akp-house.scss dist/theme-akp-house.css
dev:
mkdir -p dist
sass --watch --no-source-map src/theme-akp-house.scss dist/theme-akp-house.css