1
Fork 0

less verbose build script

main
Motiejus Jakštys 2022-04-12 13:21:01 +03:00
parent 732d2eaa1b
commit 7972bac5f7
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ cd "$(git rev-parse --show-toplevel)/jakstys.lt"
hugo --cleanDestinationDir
cd public
zopfli=$(bazel run --run_under=echo @zopfli//:zopfli)
brotli=$(bazel run --run_under=echo @brotli//:brotli)
zopfli=$(bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress --run_under=echo @zopfli//:zopfli)
brotli=$(bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress --run_under=echo @brotli//:brotli)
find . \
-name '*.html' -or \