We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4383f51 commit cef1ebaCopy full SHA for cef1eba
tools/gulp/tasks/development.ts
@@ -26,7 +26,7 @@ const appVendors = [
26
const vendorGlob = `+(${appVendors.join('|')})/**/*.+(html|css|js|map)`;
27
28
/** Glob that matches all assets that need to be copied to the output. */
29
-const assetsGlob = join(appDir, `**/*.+(html|css)`);
+const assetsGlob = join(appDir, `**/*.+(html|css|svg)`);
30
31
task(':watch:devapp', () => {
32
watchFiles(join(appDir, '**/*.ts'), [':build:devapp:ts']);
0 commit comments