jackfranklin / pulldown

The minimal JavaScript package manager.
175 stars 7 forks source link

include source map files #96

Open PDXIII opened 10 years ago

PDXIII commented 10 years ago

When I use your script for pulling down jquery. I always get this error, that jquery.min.map is missing. That’s annoying, because I have to manually download it, and the amount of saved time using your script is gone. Is it somehow possible to include the source map files?

tgvashworth commented 10 years ago

Hey. Right now, no — by Pulldown is backed by cdnjs, which I believe hosts sourcemaps for many of their projects, so it's something we could add.