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 452c6d3 commit 8ce6ba4Copy full SHA for 8ce6ba4
tools/gulp/tasks/development.ts
@@ -138,7 +138,10 @@ task(':watch:devapp', () => {
138
// CDK package watchers.
139
watchFilesAndReload(join(cdkPackage.sourceDir, '**/*'), ['cdk:build-no-bundles']);
140
141
- const materialCoreThemingGlob = join(materialPackage.sourceDir, '**/core/theming/**/*.scss');
+ const materialCoreThemingGlob = join(
142
+ materialPackage.sourceDir,
143
+ '**/core/+(theming|typography)/**/*.scss'
144
+ );
145
146
// Material package watchers.
147
watchFilesAndReload([
0 commit comments