From ee00f755d7301ec23f7a1f58004c2eb53d72bfb0 Mon Sep 17 00:00:00 2001 From: Nathan Striedinger Date: Wed, 13 Jul 2016 11:44:12 -0400 Subject: [PATCH] Update Gulpfile.js --- Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index a3d08d8..f4c4a84 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -85,7 +85,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 + '"')); });