marksmccann / node-sass-extra

A drop-in replacement for node-sass' Node API that adds support for globs, promises and more.
MIT License
2 stars 1 forks source link

feat: concatenate sources that have the same output #47

Closed marksmccann closed 5 years ago

marksmccann commented 5 years ago

Compiler tasks that have the same output file are grouped and their sources concatenated; data sources are concatenated directly, file sources are concatenated as sass import statements. Also, removed source from setSourceMap callback to keep in sync with outFile and because source can also be a data string.

closes #19