Skip to content

Instantly share code, notes, and snippets.

@pablolobos
Created August 1, 2013 19:35
Show Gist options
  • Save pablolobos/6134500 to your computer and use it in GitHub Desktop.
Save pablolobos/6134500 to your computer and use it in GitHub Desktop.
js: modernizr-load-respond.js
<script>
Modernizr.load({
test: Modernizr.mq('only all'),
nope: 'js/libs/respond.min.js'
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment