Created
September 25, 2019 05:23
-
-
Save pujianto/1e6b60dddfd660164e7af6afdfdf9cf8 to your computer and use it in GitHub Desktop.
Search all css & js files recursively and compress it with brotli. -Z mode = maximum compression
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -type f -regextype posix-extended -regex '.*(css|js)$' -exec brotli -fZ {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment