Skip to content

Instantly share code, notes, and snippets.

@yurigoytacaz
Created May 23, 2014 16:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yurigoytacaz/5c9307c0f559de36f4c6 to your computer and use it in GitHub Desktop.
Save yurigoytacaz/5c9307c0f559de36f4c6 to your computer and use it in GitHub Desktop.
check .dev
// only run this when NOT locally (i.e.: http://project.dev)
if ( window.location.href.indexOf('.dev') 1== false ) {
// do something
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment