madskristensen / WebCompiler

Visual Studio extension for compiling LESS and Sass files
Other
451 stars 173 forks source link

.map file not generating for .scss files #209

Open SriramaDanturthi opened 8 years ago

SriramaDanturthi commented 8 years ago

Installed product versions

Tried with this Settings but still same its not generating .map file and embedding in .css file. { "outputFile": "output/scss.css", "inputFile": "input/scss.scss", "minify": { "enabled": true }, "includeInProject": true, "options":{ "sourceMap": true } }

cougarten commented 8 years ago

I think it only supports inline sourcemap and it only ends up in the unminified version :/

mrweiss commented 5 years ago

related to #267