Skip to content

Instantly share code, notes, and snippets.

@jamesmehorter
Created March 24, 2015 13:07
Show Gist options
  • Save jamesmehorter/7c2b2108dedc50cbeeeb to your computer and use it in GitHub Desktop.
Save jamesmehorter/7c2b2108dedc50cbeeeb to your computer and use it in GitHub Desktop.
if ( GUNS_DEBUGGING ) {
$script_extension = '.min.js';
} else {
$script_extension = '.js';
}
wp_enqueue_script( 'respond', get_template_directory_uri() . '/assets/js/src/respond' . $script_extension );
define( 'GUNS_DEBUGGING', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment