commit 311023fff5490f73b66c1a41fbaac468c37444bb parent 47464676dd10b255ba947ffa6fc869b95bb5c2b6 Author: Beau <cbeauhilton@gmail.com> Date: Fri, 2 Dec 2022 16:56:06 -0600 simplify watch file Diffstat:
M | .watch.toml | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.watch.toml b/.watch.toml @@ -18,7 +18,5 @@ name = "build site on plugin change" path = "plugins" command = "rm -rf build && soupault" -# [[watch]] -# name = "serve site on rebuild" -# path = "build/*" -# command = "./stop 8000 && python3 -m http.server --directory build" +# to serve: +# python3 -m http.server --directory build"