git.s-ol.nu mmm / 0613726
add entr instructions s-ol 3 years ago
1 changed file(s) with 6 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4949 - [discount](https://luarocks.org/modules/craigb/discount): `luarocks install discount` (requires libmarkdown2)
5050 - [busted](https://olivinelabs.com/busted/): `luarocks install busted` (for testing only)
5151
52 ### Live Reloading (during development)
53 [entr][entr] is useful for reloading the dev server when code outside the root changes:
54
55 $ ls build/**.moon mmm/**.moon | entr -r moon build/server.moon fs
56
5257 [moonscript]: https://moonscript.org/
5358 [mmm]: https://mmm.s-ol.nu/
5459 [tup]: https://gittup.org/tup
60 [entr]: http://eradman.com/entrproject/