Skip to content

Commit

Permalink
path
Browse files Browse the repository at this point in the history
  • Loading branch information
onnenon committed Apr 30, 2024
1 parent db5a5f7 commit 153e355
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 @@ -11,5 +11,5 @@ live:
elm-live src/Main.elm --pushstate --startpage=./dist/index.html --dir=./dist -- --output=dist/main.js

build-release:
./bin/tailwindcss-linux-amd64 -i ./src/input.css -o ./dist/styles.css --minify
bin/tailwindcss-linux-amd64 -i ./src/input.css -o ./dist/styles.css --minify
elm make src/Main.elm --optimize --output=dist/main.js

0 comments on commit 153e355

Please sign in to comment.