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

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYan Zhu <picturepan2@hotmail.com>2020-07-02 04:48:27 +0300
committerYan Zhu <picturepan2@hotmail.com>2020-07-02 04:48:27 +0300
commit0ab261b8765c3d4d0f18d6d95f522333cea20c38 (patch)
tree98153a8fb74e2d8aaa65a9e599c97828f1afe99e
parent155be3fa526435fc02dcf77517e5d5129d0acdc7 (diff)
Fix gulp docs
-rw-r--r--gulpfile.js3
1 files changed, 1 insertions, 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;