summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-08-08 20:44:26 +0000
committerZach van Rijn <me@zv.io>2021-08-08 20:44:26 +0000
commit7a0e3080777627bba6d157cdc6ef91ce976d5feb (patch)
tree5b257dcc6600e8c17c8bb93e993b6102a014f33a /Makefile
parentb9f36e28b13d3210053b23ac2adda122afcf74d0 (diff)
parentdd650e04ed9b9ce3fb2e5a425272161058ad18ef (diff)
downloadsite-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--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