I can't get the sourceMap to work
Closed this issue · 1 comments
dessita commented
tried sourceMap: true on top of my main less file but it does nothing. could you please provide example of how the syntax is supposed to be. Also as part of the compile.json. Thanks in advance!
jdiehl commented
// sourceMap: true
a {
color: red;
}
This example should generate two files: (1) a css file containing /*# sourceMappingURL=???.css.map */
and a css.map file.
Currently, project-wide less settings are not supported via compile.json (you can only select the files to compile here -- see #51)