Add search to docs

Closes: #295
This commit is contained in:
Eike Kettner
2020-09-30 00:17:18 +02:00
parent f40eb15e86
commit 9f1d8cee8f
16 changed files with 422 additions and 123 deletions

View File

@ -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/ |