Skip to content

Commit 9f927c1

Browse files
anapsixMasterOdin
authored andcommitted
Disable file watcher in run_build() for the sake of qemu on arm64 (#1658)
1 parent 9ab7838 commit 9f927c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ run_serve() {
3535
}
3636

3737
run_build() {
38-
bundle exec middleman build --clean
38+
bundle exec middleman build --clean --watcher-disable
3939
}
4040

4141
parse_args() {

0 commit comments

Comments
 (0)