mariocasciaro / gulp-concat-css

Concatenates css files, bubbling up import statements (as per the standard), and optionally rebasing urls and inlining local import statements.
MIT License
78 stars 19 forks source link

Source Maps #5

Open franleplant opened 10 years ago

franleplant commented 10 years ago

Hi! Is there any plans to provide Source Maps support?

mariocasciaro commented 10 years ago

Yes, although it's not a priority for now (at least in my task list :D). It should be fairly easy to implement though using rework with: .toString({ sourcemap: true }). The feature of course should implemented in https://github.com/simme/rework-importer first.

franleplant commented 10 years ago

Great! Looking forward to it.

Thanks!

alvint commented 9 years ago

Unfortunately, I have to stop using this plugin in my projects until this is added. I'm looking forward to source maps support as well.

walliski commented 9 years ago

I am also waiting for this. Anyone know a workaround/fork or something that would have it?

jwueller commented 8 years ago

This would indeed be very useful to have.

btpka3 commented 8 years ago

Wondering whether gulp-clean-css can add support to gulp-sourcemaps ?