From 088a18410e43a209a4864bccad5ddb89a7ee1d5d Mon Sep 17 00:00:00 2001 From: delta Date: Wed, 17 Sep 2025 23:29:44 +0200 Subject: asides, hacker webring stuff and some more --- .zs/scripts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.zs/scripts') diff --git a/.zs/scripts b/.zs/scripts index 7e1f2ad..f40dd48 100755 --- a/.zs/scripts +++ b/.zs/scripts @@ -5,9 +5,9 @@ set -e JS="" # Load live.js for non-production builds for faster development -if [ -z "$ZS_PRODUCTION" ]; then - JS="$JS live" -fi +# if [ -z "$ZS_PRODUCTION" ]; then +# JS="$JS live" +# fi for js in $JS; do printf "\n" "$js" -- cgit v1.2.3