summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a819a09..f66499f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,8 @@
all:
-site:
+image:
+ docker build . -t sassypants
+sass:
+ docker run -u$(shell id -u):$(shell id -g) -v$(CURDIR)/assets/css:/tmp -w /tmp --rm -it sassypants sassc -t compressed scss/theme.scss theme.css
+site: # sass
$(CURDIR)/publish