-
Notifications
You must be signed in to change notification settings - Fork 345
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
web-ext build
should ignore the artifacts-dir
.
#186
Comments
I guess the empty dirs are harmless but it should be easy to fix. Ignoring any empty directory seems fine. |
See https://wiki.mozilla.org/Add-ons/Contribute/AMO/Code if this is your first web-ext bug you work on. |
Mentor: @kumar303 |
I tried web-ext build with the latest source, I found even when I don't have the folder (web-ext-artifacts), I am getting the empty folder in .xpi |
Hi @iamVP7 -- how is the patch going? Let me know if you need additional help on it. |
Actually, this isn't such a good first bug because it involves making some architectural changes to FileFilter. This isn't very high priority because the problematic files inside |
When I build my web-extension, it includes an empty directory (
web-ext-artifacts/
) where it put the previous build of the XPI.Since we know that's a place for the artifacts, we should probably not add it to the XPI. (Alternatively, maybe we should skip all empty directories, in case people put stuff in their artifact directory, or build their XPIs into the root directory.)
The text was updated successfully, but these errors were encountered: