Skip to content

Commit

Permalink
Ensure stylesheets folder exists
Browse files Browse the repository at this point in the history
  • Loading branch information
chances committed Aug 20, 2024
1 parent d216c56 commit f3292cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f3292cd

Please sign in to comment.