aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillermo Ramos2025-03-14 11:52:09 +0100
committerGuillermo Ramos2025-03-15 17:37:50 +0100
commitdcfafefbe21f6552538c9e5725a02051fe3910a3 (patch)
tree98f3ed3bd4ee2275c3101027bae46420f23a863b /Makefile
parentdf0c164d97cced6f3fbaa445848ffad3b19fd044 (diff)
downloadhiccup-dcfafefbe21f6552538c9e5725a02051fe3910a3.tar.gz
Use Tailwind CSS from NPM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1051cc7..e481057 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ web: front build
target/release/web
front:
- cd front && tailwindcss -mo main.css && elm make src/Main.elm --output main.js
+ npm install tailwindcss @tailwindcss/cli && cd front && npx @tailwindcss/cli -mo main.css && elm make src/Main.elm --output main.js
build:
cargo build -r