diff options
author | Zach van Rijn <me@zv.io> | 2021-07-28 18:11:44 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-28 18:11:44 -0500 |
commit | 33033ca4509653bcab025a9e046e5f18993c876e (patch) | |
tree | 5ef2bd28ffec5a55f6ccff94ef23796148586423 /Makefile | |
parent | 0aa41b28d872336b294245a1fba1336b8010aff7 (diff) | |
download | site-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-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |