mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
chore(demos): send demos to content/docs/demos/src
not …/src/src
This commit is contained in:
@ -76,7 +76,7 @@ function copyDemoPolyfills(outputDir: string) {
|
||||
function copyDemoContent(outputDir: string) {
|
||||
return new Promise((resolve, reject) => {
|
||||
const stream = src([
|
||||
`${DIST_DEMOS_ROOT}/**/*`
|
||||
`${DIST_DEMOS_ROOT}/src/**/*`
|
||||
]).pipe(dest(outputDir));
|
||||
stream.on('end', () => {
|
||||
resolve();
|
||||
|
Reference in New Issue
Block a user