Skip to content

Commit 5dc5b74

Browse files
committed
Following instructions for setting up Angular2 + Laravel, but I did not like the idea of making modifications in node_modules folder.
1 parent d5ef71b commit 5dc5b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

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

4343
this.emit('end');
4444
}))
45-
.pipe($.concat(paths.output.name))
45+
// .pipe($.concat(paths.output.name))
4646
.pipe($.if(config.production, $.uglify()))
4747
.pipe($.if(config.sourcemaps, $.sourcemaps.write('.')))
4848
.pipe(gulp.dest(paths.output.baseDir))
@@ -64,4 +64,4 @@ var prepGulpPaths = function(src, output) {
6464
return new Elixir.GulpPaths()
6565
.src(src, tsFolder)
6666
.output(output || tsOutput, 'app.js');
67-
};
67+
};

0 commit comments

Comments
 (0)