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 91cb4d4 commit 8f0387cCopy full SHA for 8f0387c
dev/tools/grunt/configs/less.js
@@ -24,7 +24,7 @@ var lessOptions = {
24
sourceMapRootpath: '/',
25
sourceMapBasepath: function (f) {
26
this.sourceMapURL = this.sourceMapFilename.substr(this.sourceMapFilename.lastIndexOf('/') + 1);
27
- return "/";
+ return 'pub/';
28
},
29
dumpLineNumbers: false, // use 'comments' instead false to output line comments for source
30
ieCompat: false
0 commit comments