Now worky

This commit is contained in:
Henri Burau
2024-06-04 14:49:57 +02:00
parent e2b9b8f176
commit b6555a1cc8
11 changed files with 58 additions and 6 deletions

View File

@ -15,7 +15,7 @@ live/server:
# run tailwindcss to generate the styles.css bundle in watch mode.
live/tailwind:
npx tailwindcss -i ./style/input.css -o ./assets/styles.css --minify --watch
npx tailwindcss -i ./style/input.css -o ./assets/styles.css --minify --watch=forever
# run esbuild to generate the index.js bundle in watch mode.
live/esbuild: