From 68cd349f5f828fb5cd86b242e5e70f669e6cb41a Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Mon, 20 May 2019 18:01:41 -0400 Subject: Makefile: Update $(CSS). * Makefile ($(CSS)): Switch to sassc. Ruby Sass is deprecated (https://sass-lang.com/ruby-sass). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e05e390..988b3b1 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ css: $(CSS) $(CSS): $(SCSS) scss/style.scss $(BUILD_DIR) mkdir -p `dirname $(CSS)` - sass --style expanded $(SCSS) $(CSS) + sassc --style expanded $(SCSS) $(CSS) js: $(JS_DIR) $(JS_SRC) -- cgit v1.2.3