Skip to content

Commit

Permalink
BUTLER-2 #time 10m: allow sculpin to run in a different directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
gleroux02 committed Mar 18, 2016
1 parent d729690 commit 2123a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2123a5d

Please sign in to comment.