Skip to content

Commit

Permalink
Update Gulpfile.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nstriedinger authored Jul 13, 2016
1 parent 96c23f1 commit 0971f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ gulp.task('sass', function() {
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
// Run the command line commands to watch sculpin
.pipe(exec(defaults.sculpin_run + ' generate --watch --server --project-dir="' + defaults.sculpin + '"'));
});

Expand Down

0 comments on commit 0971f98

Please sign in to comment.