Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 3cab187

Browse files
josephperrottjelbourn
authored andcommitted
Add fetching plunkers to the fetch local script. (#259)
1 parent 4a9b2d8 commit 3cab187

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/fetch-assets-local.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ cp -r ${baseSrcPath}/dist/releases/material-examples ./node_modules/@angular/
3333
# Copy Examples
3434
cp -r ${baseSrcPath}/dist/docs/examples ${baseTargetPath}
3535

36+
# Copy Plunkers
37+
cp -r ${baseSrcPath}/dist/docs/plunker ${baseTargetPath}
38+
3639
# Copy API Files
3740
cp -r ${baseSrcPath}/dist/docs/api ${baseTargetPath}/documents
3841

0 commit comments

Comments
 (0)