docs: include svg files in stackblitz and download examples (#31559)
Fixes #31537 PR Close #31559
This commit is contained in:

committed by
Matias Niemelä

parent
19bc11139d
commit
40705f3366
@ -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',
|
||||
|
Reference in New Issue
Block a user