gobblejs / gobble

The last build tool you'll ever need
333 stars 20 forks source link

Stream file on http serve #72

Open martypdx opened 9 years ago

martypdx commented 9 years ago

FWIW I tried this to see if it would help sourcemap loading issues. It didn't, but seems to work fine serving files.

Rich-Harris commented 9 years ago

Cheers - am actually doing something similar on the (as yet unmerged) lazy-sourcemaps branch, the difference being that requests for .js and .css files are intercepted so that sourceMappingURL comments can be rewritten.