diff --git a/Makefile b/Makefile index 56d2ff6..bc3c1a9 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,7 @@ build-dev: bootstrap css js-dev .PHONY: build-dev css: + mkdir ./public/assets/stylesheets @${SASS} ./scss/party.scss --style=compressed > ./public/assets/stylesheets/party.min.css .PHONY: css