otter icon indicating copy to clipboard operation
otter copied to clipboard

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

Open vscaiceanu-1a opened this issue 9 months ago • 0 comments

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 avatar May 10 '24 13:05 vscaiceanu-1a