massick / gulp-strip-code

A gulp plugin to remove parts of code based on regular expressions.
MIT License
25 stars 6 forks source link

Allow source-maps #9

Open yvanavermaet opened 8 years ago

yvanavermaet commented 8 years ago

Hi

I'm using gulp-sourcemaps to generate sourcemaps of my JS. I've noticed that your plugin is not in the list of "plugins with gulp sourcemaps support": https://github.com/floridoo/gulp-sourcemaps/wiki/Plugins-with-gulp-sourcemaps-support

Would it be possible to provide/implement such support?

Thanks in advance.

Kind regards, Yannick

massick commented 8 years ago

Hi Yannick, the plugin does not support sourcemaps, should not be hard to implement it, so feel free to open a PR if you want.