We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f824b9e commit b9a318dCopy full SHA for b9a318d
dev/tools/grunt/configs/less.js
@@ -22,6 +22,10 @@ var lessOptions = {
22
sourceMap: true,
23
strictImports: false,
24
sourceMapRootpath: '/',
25
+ sourceMapBasepath: function (f) {
26
+ this.sourceMapURL = this.sourceMapFilename.substr(this.sourceMapFilename.lastIndexOf('/') + 1);
27
+ return "/";
28
+ },
29
dumpLineNumbers: false, // use 'comments' instead false to output line comments for source
30
ieCompat: false
31
},
0 commit comments