gulp-sourcemaps / rename-sourcemap

Gulp plugin for renaming a sourcemap.
MIT License
0 stars 0 forks source link

Needs an implementation #1

Open phated opened 7 years ago

phated commented 7 years ago

I'm not sure what the best way to do this is but this module needs to solve https://github.com/gulp-sourcemaps/map-file/issues/1

phated commented 7 years ago

Current thinking is that it needs to attach a common, underscored property to the Vinyl object (it feels weird to attach properties to file.sourceMap that don't exist in the spec; e.g. preExistingComment)