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 34d6e6d commit b201dc7Copy full SHA for b201dc7
tools/gulp/tasks/development.ts
@@ -40,7 +40,7 @@ const appVendors = [
40
const vendorGlob = `+(${appVendors.join('|')})/**/*.+(html|css|js|map)`;
41
42
/** Glob that matches all assets that need to be copied to the output. */
43
-const assetsGlob = join(appDir, `**/*.+(html|css|svg)`);
+const assetsGlob = join(appDir, `**/*.+(html|css|svg|ico)`);
44
45
task(':watch:devapp', () => {
46
watchFiles(join(appDir, '**/*.ts'), [':build:devapp:ts']);
0 commit comments