I am trying to get my implementation of sourcemaps to work with dotless.
I have pulled dotless and added sourcemap(1)(2) generation to it. The problem is that even though I deliver my css-file with the corresponding
SourceMap
:Main.less.map
HTTP-Header andX-SourceMap
:Main.less.map
HTTP-Header and have at the end of my css file the comment/*@ sourceMappingUrl=Main.less.map */
and/*@ sourceURL=Main.less.map */
- chrome canary (Version 27.0.1424.0)
chrome doesn't care at all. It goes without saying, that I have enabled the "Enable source maps"
-swtich in the console-settings. The content-types for all files seem to be fine too. (double checked) - For the source-map-location I have tried the full url as well as a relative notation of the address - but nothing seems to work...
Chrome doesn't even request the map file from the server. Any ideas? Did I miss something?
Cheers, Corelgott