diff options
author | Zach van Rijn <me@zv.io> | 2021-07-28 17:54:41 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-28 18:10:26 -0500 |
commit | 0aa41b28d872336b294245a1fba1336b8010aff7 (patch) | |
tree | 87577f5a30b878d16800c0f5d0d1e8f47ffa3223 /Makefile | |
parent | f9244351757b7679bcd3d1a8286f351dc28db89e (diff) | |
download | site-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-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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 |