-
-
Notifications
You must be signed in to change notification settings - Fork 113
[WIP] 3.x upgrade #501
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
[WIP] 3.x upgrade #501
Conversation
sivakumar-kailasam
commented
Apr 23, 2018
- Ran ember-cli-update with codemods
- Simplified test assertions with qunit-dom
- Introduced prettier setup that'll work as code is git staged on local
- Replaced hardcoded config value with actual reference to config.
First off thanks for this (its a lot!). Tried to resolve conflicts on but finding it hard, partially because of its age. I also think its trying to do a bit too much for one pr (prettier, replacing libs with custom versions, etc), which I'd like to handle more incrementally. I'd like to take a bit more incremental approach. I've started the process in PR #570 |
No worries, I was a bit ambitious when I started on this 😅. Your approach is much more realistic. |