We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f26bc commit be47404Copy full SHA for be47404
readme.md
@@ -139,4 +139,5 @@ CHANGELOG
139
3.0 [28 Feb 2016]
140
- removed node streams support, now only gulp
141
- removed directory option
142
-- added sourcemaps support
+- added sourcemaps support
143
+- fixed bogus destination bugs
test/sourcemaps/index.js
@@ -14,7 +14,7 @@ test("Sourcemaps", function (t) {
14
.pipe(sourcemaps.init())
15
.pipe(plugin(options))
16
.pipe(sourcemaps.write())
17
- .pipe(gulp.dest("./~dst"))
+ // .pipe(gulp.dest("./~dst"))
18
collect(stream, function (err, vinyls) {
19
data = vinyls[0].contents.toString();
20
t.notEqual(data.indexOf('# sourceMappingURL'), -1);
0 commit comments