From d18769aff0fae47da54ce548de270b8593d23921 Mon Sep 17 00:00:00 2001 From: chrisfinazzo Date: Wed, 3 Feb 2016 11:31:07 -0500 Subject: [PATCH] Remove old flag which breaks htmlproof --- script/proof | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/proof b/script/proof index c8fff908..01da5016 100755 --- a/script/proof +++ b/script/proof @@ -27,7 +27,7 @@ bundle install -j8 > /dev/null || bundle install > /dev/null # 2. msg "Building..." -bundle exec jekyll build -s $SOURCE -d $DESTINATION --full-rebuild --trace +bundle exec jekyll build -s $SOURCE -d $DESTINATION --trace # 3. msg "Proofing..."