From 11ca736df1c277a0f04d73bd5d185febdcc4983c Mon Sep 17 00:00:00 2001 From: Nathan Striedinger Date: Tue, 22 Nov 2016 15:50:18 -0500 Subject: [PATCH] Update Gulpfile.js (#40) --- Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index c850900..c66d794 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -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 + '"')); });