Skip to content

Commit

Permalink
remove kill command
Browse files Browse the repository at this point in the history
  • Loading branch information
palantir-team committed Jun 17, 2016
1 parent a3c9ab4 commit 96c23f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ gulp.task('sculpin', function () {
console.log('Building sculpin...');
gulp.src(defaults.sculpin)
// Kill process running on :8000. Run the command line commands to watch sculpin
.pipe(exec('lsof -ti TCP:8000 | xargs kill'))
.pipe(exec(defaults.sculpin_run + ' generate --watch --server --project-dir="' + defaults.sculpin + '"'));
});

Expand Down

0 comments on commit 96c23f1

Please sign in to comment.