diff --git a/Makefile b/Makefile index 2ee2ca4..7b57eba 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ css: ## Compile SCSS files npx sass --no-source-map --style=compressed client/scss/dpaste.scss:dpaste/static/dpaste.css .PHONY: css-watch -css-watch: ## Compile JS files +css-watch: ## Compile SCSS files (watch stylesheets and recompile when they change) npx sass --watch client/scss/dpaste.scss:dpaste/static/dpaste.css .PHONY: js