concat-with-sourcemaps
concat-with-sourcemaps copied to clipboard
Concatenate file contents with a custom separator and generate a source map
I was able to get this working, but had to figure out that I was supposed to remove the "//# sourceMappingURL=..." statement from the content of each of the files...
There’s no need to use `declare module`. This is only useful to declare modules that don’t match the package name, e.g. to declare `fs` in `@types/node`. This is a CommonJS...
this module is a very convenient but cannot use inlineSourceMap. i really want to use inlineSourceMap so i send the PR. if you don't mind this PR, i write the...
@floridoo can you release your v2 branch to npm? Maybe tag it as "next" to avoid changing "latest" npm version.
This is a pr with a fix regarding to: #22
I really love the work you put into this library. Unfortunatly i stumbled upon a problem with the sourcemaps for files without sourceMaps. My temporary workaround is here: https://github.com/witneyjs/witney/commit/5a37869e42f715d6b6e2f32608c14446191a478a#diff-bafcc89a9f643b0986efd0ea2e5911bbR100 IS:...
See https://github.com/wearefractal/gulp-concat/issues/94 and https://github.com/gulpjs/gulp/issues/843#issuecomment-101400811 Currently gulp passes this library empty source maps which cannot be concatenated. You wanted to fix the problem here rather than in `gulp-concat`, I guess this...