Skip to content

Instantly share code, notes, and snippets.

@premasagar
Created May 31, 2012 16:05
Show Gist options
  • Save premasagar/2844424 to your computer and use it in GitHub Desktop.
Save premasagar/2844424 to your computer and use it in GitHub Desktop.
var windowSearch = window.location.search,
devMode = /^\?dev[\W\/]?/.test(windowSearch);
cmd(
devMode ? 'jquery.js' : 'jquery.min.js'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment