Skip to content

Commit

Permalink
Fix asset path in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskuehl committed Sep 8, 2024
1 parent b0dcf31 commit 6b0a861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ release-server:
go run github.com/goreleaser/goreleaser/v2@latest release --clean --snapshot --verbose
rm -v dist/*.txt dist/*.yaml dist/*.json

server/static/app.css: $(wildcard scss/*.scss)
server/assets/static/app.css: $(wildcard scss/*.scss)
sass scss/app.scss $@

.PHONY: assets
Expand Down

0 comments on commit 6b0a861

Please sign in to comment.