Skip to content

Commit c5d0a1f

Browse files
committed
Do not concat files.
1 parent d5ef71b commit c5d0a1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ Elixir.extend('typescript', function(src, output, options) {
4242

4343
this.emit('end');
4444
}))
45-
.pipe($.concat(paths.output.name))
4645
.pipe($.if(config.production, $.uglify()))
4746
.pipe($.if(config.sourcemaps, $.sourcemaps.write('.')))
4847
.pipe(gulp.dest(paths.output.baseDir))
@@ -64,4 +63,4 @@ var prepGulpPaths = function(src, output) {
6463
return new Elixir.GulpPaths()
6564
.src(src, tsFolder)
6665
.output(output || tsOutput, 'app.js');
67-
};
66+
};

0 commit comments

Comments
 (0)