Skip to content

Conversation

@josemarluedke
Copy link
Contributor

When using ember-decorators project in combination with typescript, the generators from the decorators was taking precedence of the generators from typescript. This fixes it.

This might fix #233.

Copy link
Member

@jamescdavis jamescdavis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed this fixes the issue with ember-decorators' blueprints overriding ember-cli-typescript. I'm pretty certain this fixes #233 because the generated service documented in that issue matches the ember-decorators service blueprint (and not the "ember-cli" service blueprint, which actually lives in ember-source).

@jamescdavis jamescdavis merged commit f41b3fc into typed-ember:master Jul 19, 2018
@josemarluedke josemarluedke deleted the fix-decorators-generator branch July 19, 2018 16:15
dfreeman pushed a commit that referenced this pull request Aug 21, 2018
Fix addon order for generators when usign ember-decorators
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.

service generator blueprint is not overriding the default ember-cli in ember 3.2.0

2 participants