I\'m trying to get Gulp sourcemaps to write files, but I can\'t see these files anywhere. If any new files were created in the working tree, I would see them in git st
Using the sourcemaps.write() method the way you do appends a source maps line to the all.js file. If you want to write external source map files, you'll need to pass the path to the sourcemaps.write() method: