Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Commit e487af9

Browse files
jenwebersivakumar-kailasam
authored andcommitted
open up the addon definition
1 parent 881f49d commit e487af9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_posts/2014-04-05-overview.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ a fast [Broccoli](https://github.com/broccolijs/broccoli#broccoli)-powered
1414
build pipeline.
1515
Whether you are looking for a zero-config experience or the ability to make your own customizations, Ember CLI has the tools you need.
1616

17-
There are thousands of JavaScript libraries made specifically for Ember.
18-
We call them addons.
17+
There are thousands of JavaScript libraries that work great in Ember.
18+
When an npm package offers some Ember-specific conveniences, we call it an "addon."
1919
Ember CLI’s [addon system](/extending/#developing-addons-and-blueprints)
2020
provides a way to create reusable units of code, share components and styling,
2121
extend the build tooling, and more — all with a minimal configuration.
2222
To view a complete list of addons, visit
2323
[EmberObserver](https://www.emberobserver.com/).
2424
You can still use your favorite npm packages directly too.
25-
If they are not available as addons yet, you can add them into your asset
25+
If they are not available as addons yet, you can add them into your build
2626
pipeline or create your own addon wrappers.
2727

2828
Ember CLI's [asset compilation system](/user-guide/#asset-compilation) has out-of-the-box support for:

0 commit comments

Comments
 (0)