Skip to content

Conversation

crisbeto
Copy link
Member

Fixes the dev app CSS not being rebuilt when the typography styles change.

@crisbeto crisbeto added pr: merge safe target: patch This PR is targeted for the next patch release labels Dec 22, 2018
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Dec 22, 2018
join(materialPackage.sourceDir, '**/!(*-theme.scss)'), `!${materialCoreThemingGlob}`
], ['material:build-no-bundles']);
// Note that we need to rebuild the dev app CSS, because the typography may have changed.
], ['material:build-no-bundles', ':build:devapp:scss']);
Copy link
Member

@devversion devversion Dec 22, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can the typography also change for JS files?

Otherwise we should just add it to the watcher below?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it shouldn't. I got it working a bit cleaner by updating the glob instead.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that now looks good.

Fixes the dev app CSS not being rebuilt when the typography styles change.
@crisbeto crisbeto force-pushed the dev-app-typography-changes branch from 3deb100 to b4f781b Compare December 23, 2018 12:58
@devversion devversion added pr: lgtm action: merge The PR is ready for merge by the caretaker labels Dec 23, 2018
@mmalerba mmalerba merged commit 8ce6ba4 into angular:master Jan 2, 2019
josephperrott pushed a commit to josephperrott/components that referenced this pull request Jan 14, 2019
Fixes the dev app CSS not being rebuilt when the typography styles change.
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants