gulp: uglify and sourcemaps
So this is how sourcemaps work in Gulp: Each element you select via gulp.src gets transferred into a virtual file object, consisting of the contents in a Buffer, as well as the original file name. Those are piped through your stream, where the contents get transformed. If you add sourcemaps, you add one more property … Read more