Skip to content

Commit 9316f73

Browse files
committed
chore(demos): send demos to content/docs/demos/src not …/src/src
1 parent 55dfd25 commit 9316f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/gulp/tasks/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ function copyDemoPolyfills(outputDir: string) {
7676
function copyDemoContent(outputDir: string) {
7777
return new Promise((resolve, reject) => {
7878
const stream = src([
79-
`${DIST_DEMOS_ROOT}/**/*`
79+
`${DIST_DEMOS_ROOT}/src/**/*`
8080
]).pipe(dest(outputDir));
8181
stream.on('end', () => {
8282
resolve();

0 commit comments

Comments
 (0)