Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in code snippet of styles of "Adding Google Material and Covalent Teradata" #28

Open
Jan-PeterRichterCG opened this issue Mar 21, 2019 · 0 comments

Comments

@Jan-PeterRichterCG
Copy link
Member

Jan-PeterRichterCG commented Mar 21, 2019

Category: Bug

Severity: Medium

Expected behaviour (In case of bug)
Code snippet compiles as given in the tutorial

Actual/current behaviour (In case of bug)
doesn't compile:
ERROR in multi ./src/styles.css ./src/theme.scss ./node_modules/@covalent/core/common/platform.css
Module not found: Error: Can't resolve 'C:\Devon-dist_3.0.0\workspaces\cashplanner2\angular\src\styles.css' in 'C:\Devon-dist_3.0.0\workspaces\cashplanner2\angular'

Steps to reproduce (In case of bug)
follow steps of tutorial, (https://github.com/devonfw/devonfw-tutorial-sources/wiki/build-devon4ng-application#adding-google-material-and-covalent-teradata) especially:

Now we have to add these styles in angular/CLI config. Go to angular.json in the root folder, then search both of the "styles" arrays (inside build and test) and add theme and Covalent platform.css to make it look like this:

....
            "styles": [
              "src/styles.css",
              "src/theme.scss",
              "node_modules/@covalent/core/common/platform.css"
            ],
....

Description of issue / expected enhacement /Comments
"src/styles.css" is missing an s, it must be "src/styles.scss"

Your environment - windows/Linux, Devonfw version , component

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant