docs: include svg files in stackblitz and download examples (#31559)

Fixes #31537

PR Close #31559
This commit is contained in:
Santosh Yadav
2019-07-15 23:07:25 +05:30
committed by Matias Niemelä
parent 19bc11139d
commit 40705f3366
3 changed files with 2 additions and 3 deletions

View File

@ -82,7 +82,7 @@ class ExampleZipper {
const exampleDirName = path.dirname(configFileName);
const outputFileName = path.join(outputDirName, relativeDirName, exampleZipName + '.zip');
let defaultIncludes = ['**/*.ts', '**/*.js', '**/*.es6', '**/*.css', '**/*.html', '**/*.md', '**/*.json', '**/*.png'];
let defaultIncludes = ['**/*.ts', '**/*.js', '**/*.es6', '**/*.css', '**/*.html', '**/*.md', '**/*.json', '**/*.png', '**/*.svg'];
let alwaysIncludes = [
'bs-config.json',
'e2e/protractor.conf.js',