Skip to content

Instantly share code, notes, and snippets.

@ryanscherler
Created August 11, 2013 23:25
Show Gist options
  • Save ryanscherler/6207349 to your computer and use it in GitHub Desktop.
Save ryanscherler/6207349 to your computer and use it in GitHub Desktop.
Enable compression in .htaccess (adapted from HTML5 BP directives).
<FilesMatch "\.(js|css|html|htm|php|svg)$">
SetOutputFilter DEFLATE
</FilesMatch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment