-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Release 1.3.0 breaks relative source file locations #45
Comments
dscheffy
added
bug
Something isn't working
needs verification
Bug needs to be verified with reproduction
labels
Sep 26, 2019
onderceylan
removed
the
needs verification
Bug needs to be verified with reproduction
label
Sep 26, 2019
Hi @dscheffy, thanks a lot for raising this issue. I was able to reproduce the same issue, I will release a fix asap. |
onderceylan
added a commit
that referenced
this issue
Sep 26, 2019
onderceylan
added a commit
that referenced
this issue
Sep 26, 2019
Just fixed the issue @dscheffy, I'll add more tests to cover issues like this in future, including visual diff on generated files. CD pipeline will publish 1.3.1 in minutes. |
onderceylan
pushed a commit
that referenced
this issue
Sep 26, 2019
## [1.3.1](v1.3.0...v1.3.1) (2019-09-26) ### Bug Fixes * **file:** fixed relative path to input file that is not resolving ([19cc7c4](19cc7c4)), closes [#45](#45)
🎉 This issue has been resolved in version 1.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After upgrading to 1.3.0, "npx pwa-asset-generator logo.svg" stopped working. The output files all had the typical "missing image" that you've scene in browsers before. I haven't fully diagnosed the problem, but it still works with absolute urls and with absolute paths for local files, just not relative ones.
To Reproduce
Steps to reproduce the behavior:
npx pwa-asset-generator <your image file>
Expected behavior
manifest-icon-512.png should contain my image (but it doesn't)
System (please complete the following information):
Screenshots
The text was updated successfully, but these errors were encountered: