Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save pujianto/1e6b60dddfd660164e7af6afdfdf9cf8 to your computer and use it in GitHub Desktop.

Select an option

Save pujianto/1e6b60dddfd660164e7af6afdfdf9cf8 to your computer and use it in GitHub Desktop.

Revisions

  1. pujianto created this gist Sep 25, 2019.
    1 change: 1 addition & 0 deletions Search *.css and *.js and add brotli compression
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find . -type f -regextype posix-extended -regex '.*(css|js)$' -exec brotli -fZ {} \;