diff options
author | Zach van Rijn <me@zv.io> | 2021-08-08 20:44:26 +0000 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-08-08 20:44:26 +0000 |
commit | 7a0e3080777627bba6d157cdc6ef91ce976d5feb (patch) | |
tree | 5b257dcc6600e8c17c8bb93e993b6102a014f33a /Makefile | |
parent | b9f36e28b13d3210053b23ac2adda122afcf74d0 (diff) | |
parent | dd650e04ed9b9ce3fb2e5a425272161058ad18ef (diff) | |
download | site-ng-7a0e3080777627bba6d157cdc6ef91ce976d5feb.tar.gz site-ng-7a0e3080777627bba6d157cdc6ef91ce976d5feb.tar.bz2 site-ng-7a0e3080777627bba6d157cdc6ef91ce976d5feb.tar.xz site-ng-7a0e3080777627bba6d157cdc6ef91ce976d5feb.zip |
Merge branch 'old-browser-support-test' into 'master'
Old browser support test
See merge request adelie/site-ng!1
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 |