-
Notifications
You must be signed in to change notification settings - Fork 76
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
Modernize addon #326
base: master
Are you sure you want to change the base?
Modernize addon #326
Conversation
@charlesfries Yes, thanks for this! Hope it gets merged. |
@charlesfries ❤️ will take a look as soon as I find some time. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That already looks like a pretty good job! Thank you so much!
I spotted 2 things and will take another look when you are done.
}, | ||
"dependencies": { | ||
"blob-polyfill": "^2.0.20171115", | ||
"broccoli-funnel": "^2.0.1", | ||
"broccoli-merge-trees": "^2.0.0", | ||
"broccoli-stew": "^1.5.0", | ||
"chalk": "^2.3.0", | ||
"ember-cli-babel": "^7.11.1", | ||
"ember-cli-babel": "^7.26.6", | ||
"ember-cli-htmlbars": "^5.7.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this? I think the addon has nothing to render...
@fsmanuel you are correct, however removing Stacktrace
|
Does it help to add |
Let me know if I can be of any help! |
@charlesfries I enabled Github actions and needed to also update ember-cli to make it all work. I disabled all the linting rules so we can enable them in your branch because I think you already fixed all the warnings. |
…torage into funkensturm-master # Conflicts: # .eslintrc.js # .prettierignore # .prettierrc.js # .template-lintrc.js # package.json # tests/dummy/app/templates/projects.hbs # tests/dummy/app/templates/projects/project.hbs # tests/dummy/config/ember-cli-update.json # tests/dummy/config/optional-features.json # yarn.lock
Just merged the changes into my branch. FYI I ran into a |
@charlesfries great. Can you run |
WIP