summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 10a2a01..25a2a5c 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ sass-setup:
@echo "This is the initial sass-installation/setup script."
@echo "This setup must run as root, on a machine that has NPM installed!"
@echo "If your password is requested (for escalation), please enter it."
- sudo npm install -g sass
+ npm install -g sass
.PHONY: scss-setup
scss-setup: sass-setup
@@ -75,7 +75,7 @@ scss-setup: sass-setup
sass-build:
@echo "Warning: If Sass/Scss is not installed, please run \`make sass-setup\` first!"
@echo "This script will only convert files inside /static"
- sass talermerchantdemos/static:talermerchantdemos/static
+ sass --update talermerchantdemos/static:talermerchantdemos/static
.PHONY: scss-build
scss-build: sass-build