aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-02-22 21:28:41 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-02-22 21:28:41 +0100
commitc0a0ffab097d04eaae6627201e69a701d0b00e0c (patch)
tree621f558cd9eae5f76ec3ec1f8c3eb2aa3a17167a /Makefile
parentMigrate to dart-sass (diff)
downloadblog-c0a0ffab097d04eaae6627201e69a701d0b00e0c.tar.gz
blog-c0a0ffab097d04eaae6627201e69a701d0b00e0c.tar.zst
blog-c0a0ffab097d04eaae6627201e69a701d0b00e0c.zip
Symlink node_modules for running Hugo with Node
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3274451..e76a5cd 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ VENDOR_DIR ?= vendor
28DART_SASS_EMBEDDED_DIR := $(VENDOR_DIR)/sass_embedded 28DART_SASS_EMBEDDED_DIR := $(VENDOR_DIR)/sass_embedded
29DART_SASS_EMBEDDED_BINARY := $(DART_SASS_EMBEDDED_DIR)/dart-sass-embedded 29DART_SASS_EMBEDDED_BINARY := $(DART_SASS_EMBEDDED_DIR)/dart-sass-embedded
30 30
31HUGO ?= hugo 31HUGO ?= npx hugo
32HUGO := PATH="$(DART_SASS_EMBEDDED_DIR):$${PATH}" $(HUGO) 32HUGO := PATH="$(DART_SASS_EMBEDDED_DIR):$${PATH}" $(HUGO)
33 33
34.PHONY: all server upgrade_dart_sass_embedded 34.PHONY: all server upgrade_dart_sass_embedded