diff --git a/Gulpfile.js b/Gulpfile.js index 3fcfcf9..c850900 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -100,7 +100,7 @@ gulp.task('sculpin-prod', function () { console.log('Building production artifact...'); gulp.src(defaults.template_files) // Run the command line commands to build sculpin production artifact - .pipe(exec('sculpin generate --env=prod --project-dir="' + defaults.sculpin_dir + '"')) + .pipe(exec(defaults.sculpin_run + ' generate --env=prod --project-dir="' + defaults.sculpin_dir + '"')) .on('end', function(){ console.log('Your production artifact has been built'); }); });