build: replace elm reactor with watch script for using custom html template

This commit is contained in:
Ananth Venkatesh 2025-01-25 02:39:22 -05:00
parent 5eb72eacb0
commit b903f3755d
Signed by: ananthv
GPG key ID: 4BB578E748CFE4FF
2 changed files with 2 additions and 0 deletions

View file

@ -30,6 +30,7 @@
elmPackages.elm
elmPackages.elm-test
elmPackages.elm-format
entr
];
};

1
watch.sh Executable file
View file

@ -0,0 +1 @@
find src/ | entr -r elm make src/Main.elm --output compiled/Main.js