mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-21 09:58:26 +00:00
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CMD="elm make --output site/static/js/bundle.js --optimize elm/Main.elm"
|
||||
CMD="elm make --output site/static/js/bundle.js --optimize elm/Main.elm elm/Search.elm"
|
||||
$CMD
|
||||
|
||||
inotifywait -m -e close_write -r elm/ |
|
||||
|
Reference in New Issue
Block a user