gruntjs / grunt-contrib-sass

Compile Sass to CSS.
http://gruntjs.com/
MIT License
848 stars 141 forks source link

Missing feature: Combining output to a single file, and keep source maps true. #249

Closed BBaysinger closed 6 years ago

BBaysinger commented 6 years ago

I'm not seeing a way to combine output into a single file, and still keep source maps true. Is this a missing feature?

More here: https://stackoverflow.com/questions/52898679/grunt-sass-output-css-into-a-single-file-and-keep-source-mapping-true-to-multi

BBaysinger commented 6 years ago

There is a solution posted on the SO issue I created. Though it does require me to convert all of my .css files to .scss, which I don't think is ideal, since it becomes unclear which files may validate as standard HTML.