contra
contra
@nitely Thanks for the PR - could you add a test for this so we can make sure sourcemaps are never broken again? Also curious if the gulp built-in sourcemaps...
@nitely Yeah that is expected - if you use just the gulp sourcemaps does this work or is the PR still needed?
@steelywing Grammar could use some work. You should make a new section with its own example instead of cramming it into the existing section.
Does adding `sourceMap: true, inlineMap: true` to the options work? I think they changed this recently - if that fixes it I will update the module.
Couple of pointers to help you all: - Don't use gulp-sourcemaps directly anymore, sourcemaps are built into gulp 4 so you can just turn on sourcemaps in gulp.src - Make...
Can you explain our issue in more depth and provide a repo that recreates the problem?
No, cache does not terminate unless you explicitly clear it. It last forever as long as the process stays alive. If you need to persist it between processes you can...
@andrewchilds Thanks for posting the reference, I'm sure that will help people a lot. Might make a nice little module, I can add it to the README if you end...
@svivian I'd be open to it if you sent a PR - my only hesitation is sync writing blocking the loop. I'm also thinking I might make optimizeMemory the default,...