Skip to content

Instantly share code, notes, and snippets.

@acorcutt
Created May 8, 2012 14:11
Show Gist options
  • Save acorcutt/2635402 to your computer and use it in GitHub Desktop.
Save acorcutt/2635402 to your computer and use it in GitHub Desktop.
Import URL into assets pipeline
// Instead of copying js plugins to assets/ import them from a url.
// Obviously works best with pre-compiled assets
<%=open('https://raw.github.com/documentcloud/backbone/master/backbone.js
').read%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment