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]: ng add @o3r/design does not work #1771

Open
vscaiceanu-1a opened this issue May 10, 2024 · 0 comments
Open

[Bug]: ng add @o3r/design does not work #1771

vscaiceanu-1a opened this issue May 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working triage

Comments

@vscaiceanu-1a
Copy link
Member

vscaiceanu-1a commented May 10, 2024

Package name

design

Package version

10.2.1

Reproduction steps

npm create @o3r my-workspace
cd my-workspace
ng g app webapp
ng add @o3r/design --project-name webapp

Current result

In angular.json

  • "useOtterDesignToken": true, is added for all projects. Shouldn't it be only for webapp?
  • generate-css builder is not added
    Also, no template files are added to the project (design-token.custom.json and theme.scss)

Expected result

In angular.json

  • "useOtterDesignToken": true, is added only for webapp?
  • generate-css builder is added for webapp
    Template files are added to the project (design-token.custom.json and theme.scss)

Additional comments

No response

@vscaiceanu-1a vscaiceanu-1a added bug Something isn't working triage labels May 10, 2024
@vscaiceanu-1a vscaiceanu-1a self-assigned this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage
Projects
None yet
Development

No branches or pull requests

1 participant