-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Docs cleanup #97
Docs cleanup #97
Conversation
@mirisuzanne @stacyk This is ready to start reviewing. Some questions and known issues:
If you you notice anything else missing or or weird just let me know |
I don't know. We still support eyeglass in the npm package. It just seemed weird to highlight it, as one of many possible package managers/bundlers? Maybe there's some way to just note in one place that tools like eyeglass or webpack will impact the import path? @jgerigmeyer may have better ideas how/where to note that?
I… can't figure this out. Nested folders shouldn't make any difference here, but yes - when I move the files, they suddenly appear in the docs. @jgerigmeyer any idea why that might be? We can move all the files, I'd just like to understand what's going on.
There are two possible solutions:
Probably the first option is simplest?
I'll do a full review here in a bit… |
I don't have a strong feeling about this. It seems like what's there isn't hurting anything (although the Eyeglass example in the README seems identical to the non-Eyeglass example), but I'm also fine removing the specifics since Eyeglass/Webpack users would likely know how to import npm packages. 🤷
Fixed in 2f0e2d1 (see https://medium.com/@jakubsynowiec/you-should-always-quote-your-globs-in-npm-scripts-621887a2a784). |
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.
@dvdherron Thanks for compiling all this info together. I left a few optional comments so I am going to mark this as approved on my end even though I know there is still some work that may need to be done based on the conversations taking place.
CHANGELOG.md
Outdated
browser normalization, is no longer included. We now recommend | ||
using [CSS Remedy](https://github.com/jensimmons/cssremedy). |
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 want to address the spacing issues that we are seeing on projects that are using this init-free version of Accoutrement?
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.
I think it could be worth it to add a note mentioning the specific layout issues we've noticed, and/or a general note saying "this might break layouts" . . . I'll try to gather what we've noticed so far and add that in.
Yeah, like Jonny said I guess having at least one mention of it doesn't hurt. Since we removed on all of the modules I just wanted to double check that we hadn't merely overlooked the remaining references.
Jonny's fix got these to show. I'll double check to make sure everything there is looking okay.
Makes sense. Cleaned this up and it's compiling correctly now.
👍🏽 |
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.
Wow, this is excellent. I left a few comments on small cleanup, but overall very thorough.
@mirisuzanne I think these changes cover all of your review comments. |
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.
looks great!
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.
Two questions, but neither need to block this. 👍
Upgrade deps and limit packaged files.
Description
A lot of changes were made for the upcoming release. This PR tries to make sure that
Steps to test/reproduce
I've been scanning related closed PRs to get an overview of what has changed.
These are the ones where the bulk of the changes were made:
Please explain how to best reproduce the issue and/or test the changes locally (including the pages/URLs/views/states to review).