We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9df81 commit bbc0025Copy full SHA for bbc0025
1 file changed
gulpfile.js
@@ -55,7 +55,7 @@ gulp.task('lib-concat', function() {
55
.pipe(sourcemaps.write('maps'))
56
.pipe(gulp.dest(DEST))
57
.pipe(gulp.src(TYPINGS_FILE))
58
- .pipe(gulp.dest(DEST));
+ .pipe(gulp.dest(DEST));
59
});
60
61
gulp.task('demo-html', function() {
0 commit comments