You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dns-sd -P "$SITE Dev Site" _http._tcp local 80 $SITE $IP &
# If Dr Jekyll has drunk the potion, let Mr Hyde loose...
if [ -f "$BASE/_config.yml" ]
then
SITEROOT="$BASE/_site"
jekyll build --watch &
fi
sleep 1
open $URL
fswatch $SITEROOT "osascript -e 'tell application \"Safari\" to do JavaScript \"location.reload(true)\" in documents whose URL starts with \"$URL\"'" &
# Tail logs, colorizing lines that start with '[' (i.e. error log lines)