Skip to content

Commit

Permalink
more code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
lifeart committed Dec 9, 2023
1 parent d62a29d commit 6d90b04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,5 +163,11 @@ Now we have new addon in our project. It should work out of the box for classic
As we see, it's quite easy to redefine any part of addon, including component name, and it should be an easy way to fix possible breakage just overriding template / component with file from `src` folder.

If addon has more complex logic, we also have few samples:

1. If addon define new registry namespace, search for `ember-responsive`, `ember-intl` mentions in codebase.
1. If addon provide custom babel / handlebars plugins, search for `ember-ref-bucket`, `ember-concurrency` mentions in codebase.
1. If addon provide custom styles, search for `ember-bootstrap`, `ember-modal-dialog` mentions in codebase.

## Licence
[MIT](./LICENCE.md)

0 comments on commit 6d90b04

Please sign in to comment.