Created
April 30, 2015 15:45
-
-
Save yratof/cf763dac16020fbf2709 to your computer and use it in GitHub Desktop.
Stop jQuery from being cached with page speed
This file contains hidden or 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
# Deny Pagespeed form accessing jquery. This fucks things up. | |
ModPagespeedDisallow "*/jquery.js" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment