summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-28 17:54:41 -0500
committerZach van Rijn <me@zv.io>2021-07-28 18:10:26 -0500
commit0aa41b28d872336b294245a1fba1336b8010aff7 (patch)
tree87577f5a30b878d16800c0f5d0d1e8f47ffa3223 /Makefile
parentf9244351757b7679bcd3d1a8286f351dc28db89e (diff)
downloadsite-ng-0aa41b28d872336b294245a1fba1336b8010aff7.tar.gz
site-ng-0aa41b28d872336b294245a1fba1336b8010aff7.tar.bz2
site-ng-0aa41b28d872336b294245a1fba1336b8010aff7.tar.xz
site-ng-0aa41b28d872336b294245a1fba1336b8010aff7.zip
Use different sass compiler. Enable atomic update.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index f66499f..a819a09 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,4 @@
all:
-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
+site:
$(CURDIR)/publish