summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-28 18:11:44 -0500
committerZach van Rijn <me@zv.io>2021-07-28 18:11:44 -0500
commit33033ca4509653bcab025a9e046e5f18993c876e (patch)
tree5ef2bd28ffec5a55f6ccff94ef23796148586423 /Makefile
parent0aa41b28d872336b294245a1fba1336b8010aff7 (diff)
downloadsite-ng-33033ca4509653bcab025a9e046e5f18993c876e.tar.gz
site-ng-33033ca4509653bcab025a9e046e5f18993c876e.tar.bz2
site-ng-33033ca4509653bcab025a9e046e5f18993c876e.tar.xz
site-ng-33033ca4509653bcab025a9e046e5f18993c876e.zip
Revert "Use different sass compiler. Enable atomic update."
This reverts commit 0aa41b28d872336b294245a1fba1336b8010aff7.
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