Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mismith0227/hugo_theme_pickles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgulpfile.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 4b0bad5..344d626 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -83,7 +83,7 @@ const defaultTask = gulp.series(
minifyImages,
font,
svgRename,
- watchFiles,
+ watchFiles
)
// Build
@@ -98,6 +98,6 @@ const build = gulp.series(
svgRename
)
-gulp.task('build', build)
+exports.build = build
exports.default = defaultTask