Skip to content

Instantly share code, notes, and snippets.

@bkimble
Created March 5, 2014 21:53
Show Gist options
  • Save bkimble/9377415 to your computer and use it in GitHub Desktop.
Save bkimble/9377415 to your computer and use it in GitHub Desktop.
//= require foo.js
(function($, _, Backbone){
Backbone._ = _;
Backbone.$ = $;
})
//= require bar.js
($.noConflict(), _.noConflict(), Backbone.noConflict());
@bkimble
Copy link
Author

bkimble commented Mar 5, 2014

the bar.js is never run. In fact it just spits it out as a comment to the JS file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment