Created
March 5, 2014 21:53
-
-
Save bkimble/9377415 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//= require foo.js | |
(function($, _, Backbone){ | |
Backbone._ = _; | |
Backbone.$ = $; | |
}) | |
//= require bar.js | |
($.noConflict(), _.noConflict(), Backbone.noConflict()); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the bar.js is never run. In fact it just spits it out as a comment to the JS file