From 7e0abc0ceea739dfaf48401e32709b3dd12d8cfb Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Tue, 19 Mar 2024 11:25:45 -0400 Subject: [PATCH] WIP Signed-off-by: Ian Maddaus --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index bcf83492e6..81c28c5c7f 100644 --- a/Makefile +++ b/Makefile @@ -36,12 +36,12 @@ deploy_preview: bundle netlify_dart_sass: # Hugo requires dart-sass to transpile CSS, but Netlify doesn't support it. # See https://gohugo.io/functions/resources/tocss/#netlify - @DART_SASS_VERSION="1.71.0"; \ + @DART_SASS_VERSION="1.72.0"; \ echo $${DART_SASS_VERSION}; \ curl -LJO https://github.com/sass/dart-sass/releases/download/$${DART_SASS_VERSION}/dart-sass-$${DART_SASS_VERSION}-linux-x64.tar.gz; \ tar -xf dart-sass-$${DART_SASS_VERSION}-linux-x64.tar.gz; \ rm dart-sass-$${DART_SASS_VERSION}-linux-x64.tar.gz; \ - export PATH=/opt/build/repo/dart-sass:$PATH; \ + export PATH=/opt/build/repo/dart-sass:$$PATH; \ serve_ignore_vendor: bundle hugo server --buildDrafts --noHTTPCache --buildFuture --ignoreVendorPaths github.com/**