Closed jackfranklin closed 11 years ago
Hmm. Possibly, although for pldn.io
the string contents of the file is the useful bit. We should Skype soon to talk about it.
Yeah I think so. Easier than continuing this here.
new Pulldown({ returnStringContent: true }).init(["jquery", "backbone"], function(jquery, backbone) {
console.log(jquery); //=> "window.jQuery = function() ...."
console.log(backbone); //=> "window.Backbone = ..."
});
@phuu I think you'll be interested in this.
Right now if you require in Pulldown, it's always going to download the files you pass it.
But what I think we want is a way to just get it to return the URLs it would have downloaded, right?
Right?