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:
-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;