We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d63317 commit 0c3660eCopy full SHA for 0c3660e
deploy.sh
@@ -30,7 +30,7 @@ overridden by environment variables. Any environment variables are overridden
30
by values set in a '.env' file (if it exists), and in turn by those set in a
31
file specified by the '--config-file' option."
32
33
-bundle exec middleman build --clean
+bundle exec middleman build --clean --watcher-disable
34
35
parse_args() {
36
# Set args from a local environment file.
@@ -219,4 +219,4 @@ sanitize() {
219
"$@" 2> >(filter 1>&2) | filter
220
}
221
222
-[[ $1 = --source-only ]] || main "$@"
+[[ $1 = --source-only ]] || main "$@"
0 commit comments