mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-08-09 03:04:52 +00:00
Website redesign
This commit is contained in:
9
website/scripts/run-elm.sh
Executable file
9
website/scripts/run-elm.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CMD="elm make --output site/static/js/bundle.js --optimize elm/Main.elm elm/Search.elm"
|
||||
$CMD
|
||||
|
||||
inotifywait -m -e close_write -r elm/ |
|
||||
while read f; do
|
||||
$CMD
|
||||
done
|
Reference in New Issue
Block a user