-
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
feat: search folders recursively during sass build tasks #341
Conversation
|
Reviewer's Guide by SourceryThis pull request updates the build tasks in package.json to search recursively in folders for relevant files during the sass build process. It also updates the .gitignore patterns to search recursively in folders. These changes are made to align with recent updates in related projects and to support the auro-form monorepo work. Other diagram for recursive folder search in build tasksgraph TD;
A[Start] --> B{Search for files};
B -->|Recursively| C[Search in all subfolders];
C --> D[Process files];
D --> E[End];
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Hey @chrisfalaska - I've reviewed your changes and they look great!
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Complexity: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
🎉 This PR is included in version 4.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Alaska Airlines Pull Request
Recent changes to
wc-generator
(#579) andauro-form
(#1) have prompted updates to howbuild
tasks inpackage.json
search for relevant files.The build tasks for
auro-input
should be updated to better align with its intended consumption as part of theauro-form
monorepo work in #1.Resolves: #340
Summary:
package.json
tasks to search recursively in folders.gitignore
patterns to search recursively in foldersType 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
Summary by Sourcery
Update build tasks to search folders recursively during SASS build tasks, introduce HTML5 autocomplete functionality, and fix various bugs related to SSR support, text alignment, and color theming. Enhance the project by refactoring color token structure, updating dependencies, and improving component registration configuration. Update documentation to reflect the latest version changes.
New Features:
Bug Fixes:
Enhancements:
Build:
Documentation: