gulp-concat-sourcemap icon indicating copy to clipboard operation
gulp-concat-sourcemap copied to clipboard

Concatenate files and generate a source map file.

Results 6 gulp-concat-sourcemap issues
Sort by recently updated
recently updated
newest added

Is this for javscript only? I'm wondering if I could somehow use this for php

trying to fix "source file not found" problem when concating files in different path using with gulp-sourcemaps with includeContent: true. I'm not sure this problem is entirely solved, but now...

It seems like line numbers correctly match only for the first file in a bundle. For example, source files: ``` /src/normalize.css /src/style.css ``` Output file: ``` /build/style.css ``` DevTools in...

To rename the map file to something other than the derived default, it can be useful if you are generating a number of outputs and you want to chose the...

I just want to clarify that this is in fact the plugin the community should be using in conjunction with `gulp-sourcemaps`. From scanning the code, this seems to be the...