Skip to content

Instantly share code, notes, and snippets.

@gianrubio
Created November 15, 2014 15:13
Show Gist options
  • Save gianrubio/67e4c360db5d09789612 to your computer and use it in GitHub Desktop.
Save gianrubio/67e4c360db5d09789612 to your computer and use it in GitHub Desktop.
Serving cloudfront gzip
http://blog.kenweiner.com/2009/08/serving-gzipped-javascript-files-from.html
find . -type f ! -name '*.gz' -exec gzip "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment