Skip to content

Conversation

@begedin
Copy link
Contributor

@begedin begedin commented Jul 16, 2015

Description

This PR reworks how a micro-library is generated.

The end result is that, at build time, library.js gets renamed to addon-name.js and copied into addon/lib/addon-name.js. This makes it available for import from the addon namespace('addon-name/lib/addon-name'), where it was previously available for import from the app namespace('app-name/lib/addon-name').

This is in compliance with the proposal I wrote (#30) as well as an Ember-CLI PR (coderly/ember-cli#1).

begedin added a commit that referenced this pull request Jul 16, 2015
…-ember-cli-pr

Moved micro-library to make it accessible from the addon namespace
@begedin begedin merged commit c76d9ef into master Jul 16, 2015
@begedin begedin deleted the update-library-blueprint-to-match-ember-cli-pr branch July 16, 2015 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants