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