From 0971f980c00962a0a626652aa0f0aac3f5ccc7b2 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 f30c77b..29162f8 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -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 + '"')); });