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

Error in documentation #85

Closed
jonasjensen-brolstark opened this issue Feb 5, 2019 · 1 comment
Closed

Error in documentation #85

jonasjensen-brolstark opened this issue Feb 5, 2019 · 1 comment
Assignees
Labels
bug good first issue Good for newcomers

Comments

@jonasjensen-brolstark
Copy link
Contributor

jonasjensen-brolstark commented Feb 5, 2019

To use the newest version of Kirby you have to add reference to the kirby polyfills in the angular.json file.

The documentations says it should be done like build > options > assets in angular.json:

{
  ...
  "build": {
    "options": {
      "assets": [
        ...
        "../node_modules/@kirbydesign/designsystem/polyfills",
        ...
      ],
    }
  }
}

It should be :

{
  ...
  "build": {
    "options": {
      "assets": [
        ...
        {
          "glob": "**/*",
          "input": "./node_modules/@kirbydesign/designsystem/polyfills",
          "output": "./assets"
        },
        ...
      ],
    }
  }
}

see here

@jonasjensen-brolstark
Copy link
Contributor Author

jonasjensen-brolstark commented Feb 6, 2019

@jakobe See #88 where is made the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants