Skip to content

Commit

Permalink
Update Gulpfile.js (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstriedinger authored and Lauren Byrwa committed May 23, 2016
1 parent 87fdde1 commit 65daac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ gulp.task('sass', function() {
gulp.task('sculpin', function () {
console.log('Building sculpin...');
gulp.src(defaults.sculpin)
// Run the command line commands to watch 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 65daac4

Please sign in to comment.