From eb0873eec28cc778807cabf301b963b5d6e0a730 Mon Sep 17 00:00:00 2001 From: Timothy Morris Date: Thu, 13 Apr 2017 18:02:32 -0400 Subject: [PATCH] gulpfile build process --- gulpfile.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gulpfile.js b/gulpfile.js index 840bb8c..a0d36f7 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -74,3 +74,5 @@ gulp.task('watch', function () { // Default ////////////////////////////// gulp.task('default', ['styles', 'scripts', 'kit', 'browser-sync', 'watch']); + +gulp.task('build', ['styles', 'scripts', 'kit']);