From 9f927c17878b4655d070fd1f3c0664233f240213 Mon Sep 17 00:00:00 2001 From: Anastas Dancha Date: Tue, 13 Sep 2022 19:54:10 -0400 Subject: [PATCH] Disable file watcher in run_build() for the sake of qemu on arm64 (#1658) --- slate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slate.sh b/slate.sh index a3cc498..d6f1bd9 100755 --- a/slate.sh +++ b/slate.sh @@ -35,7 +35,7 @@ run_serve() { } run_build() { - bundle exec middleman build --clean + bundle exec middleman build --clean --watcher-disable } parse_args() {