-
Notifications
You must be signed in to change notification settings - Fork 4
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
Refactor in prep for release #58
Conversation
There are a lot of files in the ./src directory, this commit updates the names of those files to make it more clear as to what files they are and what they are used for. style.scss was renamed to style-base.scss as a simple fix to a postCss problem. Changes to be committed: modified: docs/api.md modified: src/auro-menu-option.js modified: src/auro-menu.js modified: src/auro-sub-menu.js renamed: src/style-fixed.scss -> src/style-base-fixed.scss renamed: src/style.scss -> src/style-base.scss renamed: src/auro-menu-option-fixed.scss -> src/style-menu-option-fixed.scss renamed: src/auro-menu-option.scss -> src/style-menu-option.scss renamed: src/auro-sub-menu-fixed.scss -> src/style-sub-menu-fixed.scss renamed: src/auro-sub-menu.scss -> src/style-sub-menu.scss
bdf9036
to
cd3e934
Compare
Changes to be committed: modified: demo/demo.md modified: docs/api.md modified: src/auro-menu-option.js modified: src/auro-menu.js
f158c7e
to
983cfbb
Compare
Changes to be committed: modified: src/auro-menu.js
The branch fails to run for me.
|
Changes to be committed: modified: demo/demo.md modified: demo/index.html modified: package.json modified: src/auro-menu-option.js
Changes to be committed: modified: package.json
Changes to be committed: modified: demo/demo.md modified: src/auro-menu.js modified: test/auro-menu.test.js
a848e33
to
6b430b4
Compare
Changes to be committed: modified: demo/demo.md modified: docs/api.md modified: src/auro-menu-option.js modified: src/auro-menu.js modified: src/style-base.scss modified: src/style-menu-option.scss modified: src/style-sub-menu.scss
6b430b4
to
fb864c8
Compare
Changes to be committed: modified: demo/demo.md modified: src/auro-menu.js
Try running |
Changes to be committed: modified: docs/api.md modified: src/auro-menu-option.js modified: src/auro-menu.js modified: src/auro-sub-menu.js
7602691
to
50da940
Compare
Changes to be committed: modified: src/auro-menu.js
Changes to be committed: modified: src/auro-menu.js
Turns out this came from having .map files left behind from doing a build on a previous version of the generator. |
Alaska Airlines Pull Request
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Resolves: See 'linked issues'
Summary:
Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.
This PR will address a number of issues within the scope of preparing this repo for release. See individual commits for additional details.
Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team