From 2af46cc86174de60a711a934caafab2d89bd39a1 Mon Sep 17 00:00:00 2001 From: Simon Fondrie-Teitler Date: Fri, 19 Jan 2024 21:25:58 -0500 Subject: [PATCH] gitignore stiles directory --- .gitiginore | 1 - .gitignore | 2 +- meatweb/Trunk.toml | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 .gitiginore diff --git a/.gitiginore b/.gitiginore deleted file mode 100644 index e4b76c1..0000000 --- a/.gitiginore +++ /dev/null @@ -1 +0,0 @@ -.wasm \ No newline at end of file diff --git a/.gitignore b/.gitignore index 76eae14..bab30ab 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,5 @@ target/ src/dist/ dist/ /meatweb/node_modules/ -/meatweb/styles/ +/meatweb/style/ /meatweb/target/ \ No newline at end of file diff --git a/meatweb/Trunk.toml b/meatweb/Trunk.toml index 147c92f..64d1e4f 100644 --- a/meatweb/Trunk.toml +++ b/meatweb/Trunk.toml @@ -1,4 +1,4 @@ [[hooks]] -stage = "post_build" +stage = "pre_build" command = "sh" command_arguments = ["-c", "npx tailwindcss -i input.css -o style/output.css"]