Skip to content

Commit cef1eba

Browse files
chore: add svg to the assetsGlob for the demo app
1 parent 4383f51 commit cef1eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gulp/tasks/development.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const appVendors = [
2626
const vendorGlob = `+(${appVendors.join('|')})/**/*.+(html|css|js|map)`;
2727

2828
/** Glob that matches all assets that need to be copied to the output. */
29-
const assetsGlob = join(appDir, `**/*.+(html|css)`);
29+
const assetsGlob = join(appDir, `**/*.+(html|css|svg)`);
3030

3131
task(':watch:devapp', () => {
3232
watchFiles(join(appDir, '**/*.ts'), [':build:devapp:ts']);

0 commit comments

Comments
 (0)