gulp-concat-sourcemap
gulp-concat-sourcemap copied to clipboard
Concatenate files and generate a source map file.
Is this for javscript only? I'm wondering if I could somehow use this for php
For the lawyers
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...