mikach / gulp-concat-sourcemap

Concatenate files and generate a source map file.
30 stars 9 forks source link

Plugin is very slow #18

Closed ankurp closed 9 years ago

ankurp commented 9 years ago

I have 110 scss and the plugin is very slow generating sourcemap for them. Is there a way to speed it up?

mikach commented 9 years ago

Actually you don't need to use this plugin, it's a bit deprecated. You can try gulp-sass, now it also has sourceMap support https://github.com/dlmanning/gulp-sass#source-maps

ankurp commented 9 years ago

Actually the issue is gulp-postcss plugin. Seems like they append the css in the sourcemap and apply the transform to the map which takes a long time. I will close this issue.