This commit is contained in:
Luke Page
2014-06-18 06:05:08 +01:00

View File

@@ -127,7 +127,7 @@
if (this._writeSourceMap) {
this._writeSourceMap(sourceMapContent);
} else {
sourceMapURL = "data:application/json," + encodeURIComponent(sourceMapContent);
sourceMapURL = "data:application/json;base64," + require('./encoder.js').encodeBase64(sourceMapContent);
}
if (sourceMapURL) {