summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYulqen <246857+yulqen@users.noreply.github.com>2024-09-03 12:02:00 +0100
committerGitHub <noreply@github.com>2024-09-03 12:02:00 +0100
commitc9677a2d2b13d156d28f01950db7670d5fe16407 (patch)
tree78ec618c8e21e0e4fa447fd3cb7732c584ef998a /scripts
parentafc33046439e4cec0a5de7c87cb5dc8e23606689 (diff)
parent2cc69382c15aeed665b32aed01c701840ee80c9c (diff)
Merge pull request #100 from defencedigital/postgres-migration
Migrating to Tailwind
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/watch_and_build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/watch_and_build.sh b/scripts/watch_and_build.sh
new file mode 100755
index 0000000..14f6f2e
--- /dev/null
+++ b/scripts/watch_and_build.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+while inotifywait -e modify,create,delete -r ./templates ./core/templates ./engagements/templates
+do
+ npm run build
+done \ No newline at end of file