less verbose build script
This commit is contained in:
parent
732d2eaa1b
commit
7972bac5f7
@ -5,8 +5,8 @@ cd "$(git rev-parse --show-toplevel)/jakstys.lt"
|
|||||||
hugo --cleanDestinationDir
|
hugo --cleanDestinationDir
|
||||||
|
|
||||||
cd public
|
cd public
|
||||||
zopfli=$(bazel run --run_under=echo @zopfli//:zopfli)
|
zopfli=$(bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress --run_under=echo @zopfli//:zopfli)
|
||||||
brotli=$(bazel run --run_under=echo @brotli//:brotli)
|
brotli=$(bazel run --ui_event_filters=-info,-stdout,-stderr --noshow_progress --run_under=echo @brotli//:brotli)
|
||||||
|
|
||||||
find . \
|
find . \
|
||||||
-name '*.html' -or \
|
-name '*.html' -or \
|
||||||
|
Loading…
Reference in New Issue
Block a user