-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cffd4c
commit c63d40e
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ocaml-livereload | ||
|
||
Livereload server in ocaml that can live in your webserver process. | ||
|
||
## TODO | ||
|
||
- [ ] Work out the best way to hook this into e.g. an [opium](https://github.com/rgrinberg/opium) middleware or to live alongside opium in the http server. | ||
- [ ] Improve file watching API to handle single files and make sure path mapping works correctly | ||
- [ ] Wire together file watcher and reload handler into a single entrypoint | ||
|
||
See `test/test_files_server.ml` for an example of wiring with file watcher. |