Skip to content

Instantly share code, notes, and snippets.

@mikeobrien
Created February 15, 2012 03:40
Show Gist options
  • Save mikeobrien/1832997 to your computer and use it in GitHub Desktop.
Save mikeobrien/1832997 to your computer and use it in GitHub Desktop.
Blowin up the asset pipeline yo!
Assets.Alias("jquery").Is("scripts/jquery/jquery-1.7.1.min.js")
.Alias("underscore").Is("scripts/underscore/underscore-min.js")
.Alias("backbone").Is("scripts/backbone/backbone-min.js")
.AssetSet("default").Is("jquery,underscore,backbone");
#this.Asset('default');
${ this.WriteScriptTags() }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment