Adds support for remote source maps.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Sun, 16 Nov 2014 12:33:21 +0000 (12:33 +0000)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 8 Dec 2014 09:39:15 +0000 (09:39 +0000)
commit93bc2b3bd7d9143410416e0f29993af69503143b
tree0e12b0061b03898bd464c0f58e6a486174d2f742
parent211187d7ed2de8161a9fb64290ff4157b8eebff8
Adds support for remote source maps.

* http, https, and same protocol (//) are supported.
* Options from `inliner` hash are used for timeouts / extra request options.
* Errors & timeouts are handled gracefully.
* Apparently nock.restore() should be nock.cleanAll().
lib/clean.js
lib/imports/inliner.js
lib/utils/input-source-map-tracker.js
test/protocol-imports-test.js
test/source-map-test.js