-
Notifications
You must be signed in to change notification settings - Fork 133
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
actually exclude test files from packaging #170
Conversation
This is untested, but I can see the test files vendored in Firefox's repo with the present setup, so the present setup is obviously doing the wrong thing. |
Hm, actually I'm not sure if it should be |
You can test by running |
Aha, thanks! Running |
Could you also add |
package.exclude takes glob syntax for determining what files to exclude when excluding directories. big-data-url.css is also quite large and should be excluded from packaging as well. Fixes servo#169.
1509db2
to
2129da6
Compare
Done, thanks! |
@bors-servo r+ |
📌 Commit 2129da6 has been approved by |
actually exclude test files from packaging package.exclude takes glob syntax for determining what files to exclude when excluding directories. Fixes #169. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/rust-cssparser/170) <!-- Reviewable:end -->
☀️ Test successful - status-travis |
package.exclude takes glob syntax for determining what files to exclude
when excluding directories.
Fixes #169.
This change is