mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-13 23:10:12 -08:00
6 lines
101 B
Bash
6 lines
101 B
Bash
|
#!/usr/bin/env bash
|
||
|
#
|
||
|
# [de]compress static assets
|
||
|
|
||
|
find web/ui/static -type f -exec gzip "$@" {} \;
|