euchre-live

Euchre web-app for the socially distant family
git clone git://git.alexkarle.com/euchre-live.git
Log | Files | Refs | README | LICENSE

commit 9c8bce4014e843a157c575bda2442cd66dcdb22d (patch)
parent b028072e0d9b3789a0257c7e1f9245f1970a29ac
Author: Alex Karle <alex@karle.co>
Date:   Tue, 26 May 2020 21:04:01 -0400

make: Tone down the webpack build verbosity

Now that we're using builds.sr.ht for most of the builds, this takes up
tons of lines in the logs and doesn't really need to be there with no
one waiting on it directly.

Diffstat:
Mbin/build.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build.sh b/bin/build.sh @@ -8,7 +8,7 @@ die() { [ -e "gloat.pl" ] || die "Not in root of euchre-live" -export MOJO_WEBPACK_VERBOSE=1 +# export MOJO_WEBPACK_VERBOSE=1 export MOJO_WEBPACK_BUILD=1 echo ">>> Building Development Version"