mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Merge branch 'master' of https://github.com/less/less.js
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user