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

[Bug] Wrong project nomenclature in angular.json file #395

Open
felipeemsabino opened this issue Oct 6, 2021 · 1 comment
Open

[Bug] Wrong project nomenclature in angular.json file #395

felipeemsabino opened this issue Oct 6, 2021 · 1 comment

Comments

@felipeemsabino
Copy link

felipeemsabino commented Oct 6, 2021

Version

2.6.0

Reproduction link

https://

Operating System

Linux Ubuntu

Device

Desktop

Browser & Version

Google Chrome Versão 92.0.4515.107 64 bits

Steps to reproduce

  1. Download the material theme at https://demos.creative-tim.com/material-dashboard-pro-angular2/#/documentation/tutorial
  2. Open the file angular.json

What is expected?

Expected to have the correct project configurations in angular.json file and not demo files.

What is actually happening?

"projects": {
"demo": {

"options": {
"outputPath": "dist/demo",

"src/assets/css/demo.css",

      "options": {
        "browserTarget": "demo:build"
      },
      "configurations": {
        "production": {
          "browserTarget": "demo:build:production"
        },
        "development": {
          "browserTarget": "demo:build:development"
        }

Solution

Additional comments

Usually the word "demo" is used to describe files created for demo purposes. There is a css file called "demo" in the project and the project itself is described as "demo" in angular.json, so I would like to know if the version available for download is correct.

@rarestoma
Copy link
Contributor

Hi @felipeemsabino,

Thank you for working with our products and sorry for my late response.

I just added this issue to the 'to do' list for the next update.

Best regards,
Rares

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

2 participants