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>2018-11-06 13:52:37 +0300
committerYan Zhu <picturepan2@hotmail.com>2018-11-06 13:52:37 +0300
commit3ab3a9d09955772ec56ddadbba49954b4edd6a3e (patch)
tree00686d5c0bcd66010f4f26768dde13e26a49b709 /gulpfile.js
parent13b42d4c792f0a579d2d974492e13cd77d6f77f7 (diff)
Update the Docs completely
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js
index d84cf2a..bd1d37f 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -57,7 +57,7 @@ gulp.task('docs', function() {
suffix: '.min'
}))
.pipe(gulp.dest('./docs/dist'));
- gulp.src('docs/src/!(_)*.pug')
+ gulp.src('docs/src/**/!(_)*.pug')
.pipe(pug({
pretty: true
}))