From 0ab261b8765c3d4d0f18d6d95f522333cea20c38 Mon Sep 17 00:00:00 2001 From: Yan Zhu Date: Thu, 2 Jul 2020 09:48:27 +0800 Subject: Fix gulp docs --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 7fb5e46..fe701b3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -55,6 +55,5 @@ function watch() { exports.watch = watch; exports.build = build; -exports.docs_css = docs_css; -exports.docs_pug = docs_pug; +exports.docs = parallel(docs_pug, docs_css); exports.default = build; -- cgit v1.2.3