esnellman

Results 2 comments of esnellman

Exactly what I was looking but 1 Issue $script('//cdnjs.cloudflare.com/ajax/libs/jquery/1.10.2/jquery.min.js.NOTFOUND', 'jquery', function() { console.log('cloudflare worked'); }, function() { console.log('cloudflare failed'); $script('//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', 'jquery',function() { console.log('googleapis worked'); },function() { console.log('googleapis failed'); }); });...

I got 3-5 so far, bootstrap, fontawesome, jquery, respond, html5shiv Will make a note to use uglify. simplified issue: ``` $script('path', 'jquery', function() { //BUG, called if a script is...