-
Notifications
You must be signed in to change notification settings - Fork 70
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: support for processing of multiple templates via CLI and API (#158) #201
Conversation
…(see [README.md](README.md)). - Fixed: Where defining less font-formats using `formats` in an config-file wouldn't lead to expected result. - Fixed: _"file not found"_ error if the parent output directory for fonts or templates didn't exist.
…. '__test__/.*' no longer included in jest.testRegex to avoid this. - Fixed: Mistakenly stripped trailing whitespaces, which caused tests to fail.
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.
@m-jung because of some changes we made to the main branch, there were some conflicts between your PR and our code. Could you help us to verify these issues so that we can integrate? Thank you.
changed: resolved conflicts after merge from master. changed: Magic strings 'md5' and 'hex' to constants. fixed: Hash was based on SVG-Input only, leading to identical result-hashes while result was different. workaround: Indeterministic results for the last byte for subsequent calls to wawoff2.compress() with equal input. added: Hash for each resulting font format. added: JSDoc fixed: CLI for -formats / -r for multiple values now returns an string[]. Code from master-branch relied on both, string and Array, having an .includes()-Method, while expected type was an Array. changed: template option no longer accepts comma-separated template names / files / options, instead it expects an actual Array. changed: disabled husky:pre-commit since prettier is not working as expected
I've merged and updated my branch with your recent changes from master.
Feel free to review. |
The codebase has changed considerably since the last commit. Could you check it out? |
I'm afraid I'll have to politely decline your request. |
formats
in an config-file wouldn't lead to expected result. [fix: respectformats
option when using external config #199 ]