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"]