aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-03-01 20:39:33 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-03-01 20:39:33 +0100
commit6e3797b32eb30aceb0598146107e4d72add7d4ee (patch)
tree30017d08871f9d0175dc82bd9fced49893b126ae /Makefile
parentSymlink node_modules for running Hugo with Node (diff)
downloadblog-6e3797b32eb30aceb0598146107e4d72add7d4ee.tar.gz
blog-6e3797b32eb30aceb0598146107e4d72add7d4ee.tar.zst
blog-6e3797b32eb30aceb0598146107e4d72add7d4ee.zip
Upgrade dart-sass-embedded
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e76a5cd..6506a08 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1SERVER_BASE_URL ?= https://dev.marussy.com 1SERVER_BASE_URL ?= https://dev.marussy.com
2SERVER_PORT ?= 1313 2SERVER_PORT ?= 1313
3SERVER_LIVE_RELOAD_PORT ?= 443 3SERVER_LIVE_RELOAD_PORT ?= 443
4DART_SASS_EMBEDDED_VERSION ?= 1.0.0-beta.5 4DART_SASS_EMBEDDED_VERSION ?= 1.0.0-beta.6
5 5
6ifeq ($(origin DART_SASS_DOWNLOAD_URL), undefined) 6ifeq ($(origin DART_SASS_DOWNLOAD_URL), undefined)
7close_paren := ) 7close_paren := )