From 2123a5da52f6ce77b2fab8ea7d296228e5f218b0 Mon Sep 17 00:00:00 2001 From: gleroux02 Date: Fri, 18 Mar 2016 16:13:31 +0000 Subject: [PATCH] BUTLER-2 #time 10m: allow sculpin to run in a different directory. --- Gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gulpfile.js b/Gulpfile.js index 64a5aaa..ee24393 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -48,7 +48,7 @@ gulp.task('sass', function() { gulp.task('sculpin', function () { gulp.src(defaults.sculpin) // Run the command line commands to watch sculpin - .pipe(exec('sculpin generate --watch --server')); + .pipe(exec('sculpin generate --watch --server --project-dir="' + defaults.sculpin + '"')); }); // Watch for Changes