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:
authormisumi <mismith0227@users.noreply.github.com>2019-12-24 06:38:30 +0300
committerGitHub <noreply@github.com>2019-12-24 06:38:30 +0300
commit65aaeec785ab14cf057d59668083e3ca285850cf (patch)
tree9e1f1bee18f25d9f01c50403405dfae721b59a83
parentbc696f00c30b37eacfe894f1a1f69e59a44ca569 (diff)
parent867b788ff8acf79b30da5500d3d97ab753122f49 (diff)
Merge pull request #128 from mismith0227/develop
release
-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