Closed jenweber closed 6 years ago
@jenweber Thanks for working on updating this tutorial. I'm new to making an addon and have been wanting to make one soon.
I read the tutorial and followed along by writing code. Here are some observations that I made:
app/styles/app.css
, I had to restart the server to see the import take place and the CSS change. I was a bit surprised because, prior to this step, the changes that I had made in the addon were applied to the app automatically.addon-name
, my-addon-name
, our-addon-name
, and ember-addon-name
.--pod
when creating a component in the addon and it worked!Thanks again!
Thanks again everyone for such thorough reviews, explanations, and help! You are awesome.
I think I have incorporated all the feedback, and it is time to publish the RFC! Work on these guides will continue in a different repo that follows the same structure as the main Ember Guides.
I would like reviews and feedback from at least these two levels:
Rather than reviewing the diff, new contributors may want to start reading the addons guide from the top and then add comments inline here
Many thanks ❤️
P.S. @sivakumar-kailasam if you can have a read through the whole
addons.md
file, I think this is probably the right time.