Skip to content

Commit

Permalink
Update Gulpfile.js (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
nstriedinger authored and Lauren Burroughs committed Nov 22, 2016
1 parent 04ce47d commit 11ca736
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 @@ -91,7 +91,7 @@ gulp.task('sass', function() {
gulp.task('sculpin', function () {
console.log('Building sculpin...');
gulp.src(defaults.template_files)
// 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_dir + '"'));
});

Expand Down

0 comments on commit 11ca736

Please sign in to comment.