Skip to content

Instantly share code, notes, and snippets.

@girvan
Created February 25, 2013 14:41
Show Gist options
  • Save girvan/5030225 to your computer and use it in GitHub Desktop.
Save girvan/5030225 to your computer and use it in GitHub Desktop.
change jquery from ajax.googleapis.com to cdnjs.cloudflare.com
find ./* -type f -exec sed -i \
"s/ajax.googleapis.com\/ajax\/libs\/jquery\//cdnjs.cloudflare.com\/ajax\/libs\/jquery\//g" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment