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

[ENHANCEMENT] Add ability to generate blueprints into addon tests/dummy/app #4287

Merged
merged 1 commit into from Jun 13, 2015

Conversation

trabus
Copy link
Contributor

@trabus trabus commented Jun 12, 2015

fulfils #4276 -
This PR adds the ability to generate blueprints into an addon's tests/dummy/app folder. It only works from inside an addon project.
ember g component foo-bar --dummy with aliases -du or -dum.

The above command would generate:

my-addon/tests/dummy/app/components/foo-bar.js
my-addon/tests/dummy/app/templates/components/foo-bar.hbs

Does not work for blueprints without a __root__ token.

@stefanpenner
Copy link
Contributor

LGTM

stefanpenner added a commit that referenced this pull request Jun 13, 2015
[ENHANCEMENT] Add ability to generate blueprints into addon `tests/dummy/app`
@stefanpenner stefanpenner merged commit 80a44a0 into ember-cli:master Jun 13, 2015
@trabus trabus deleted the dummy-generate branch June 18, 2015 22:36
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.

None yet

3 participants