Uh oh!
There was an error while loading. Please reload this page.
build: exported scss files missing in CDK - #13679
Merged
josephperrott merged 1 commit intoOct 19, 2018
Merged
Conversation
| const styleGlobs = [ | ||
| join(buildPackage.sourceDir, '**/*.css'), | ||
| join(buildPackage.sourceDir, '**/_*.scss'), | ||
| ] |
devversionforce-pushed
the
build/cdk-exported-scss-files-missing
branch
from
October 19, 2018 07:06
2acc9f3 to
875c52fCompare* SCSS source files such as `_overlay.scss`, `_a11y.scss` have not been published since `7.0.0-beta.0`. This happens because we no longer copied SCSS source files to the package output in favor of faster live-reloading.
devversionforce-pushed
the
build/cdk-exported-scss-files-missing
branch
from
October 19, 2018 07:11
875c52f to
b5118d2CompareThis issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
_overlay.scss,_a11y.scsshave not been published since7.0.0-beta.0. This happens because we no longer copy SCSS source files to the package output in favor of faster live-reloading.