Fixes #487 - source map paths under Windows.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 13 Apr 2015 20:51:04 +0000 (21:51 +0100)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Mon, 13 Apr 2015 21:07:23 +0000 (22:07 +0100)
commit8b79c916905758130df58e050077e8ee9754e182
treeb5e5820c47b0c2afdc93d1a1439fa22e6c525a68
parent09e2ed80fb0e690acc1502aef4bb4020104de4a3
Fixes #487 - source map paths under Windows.

Apparently there's a bug in `source-map` library which does not
normalize paths in `source` field to proper URL format.

Thus source maps generated on Windows have backslashes instead of
forward slashes. We correct it manually to get same output on all
platforms.
History.md
lib/stringifier/source-maps.js
test/source-map-test.js