creativetimofficial / ct-material-dashboard-pro-angular

68 stars 35 forks source link

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

Open felipeemsabino opened 2 years ago

felipeemsabino commented 2 years ago

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 commented 2 years ago

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