-
Notifications
You must be signed in to change notification settings - Fork 6
.juliabundleignore should apply to top-level files, too
#99
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
Conversation
The appbundle's `.juliabundleignore` was previously not picking up for files in the same directory. This is a simple change to effectively make the loop a do-while.
|
It'd probably be good to update the tests to ensure they look for a JuliaHub.jl/test/packagebundler.jl Line 54 in ec56e19
|
|
This looks correct to me. The bundling actually works okay, since we run it on the parent directory of the user files, and the top level will then never have a Lines 306 to 323 in 33e3ba0
I think it's fine to allow |
|
Okay, the |
The appbundle's
.juliabundleignorewas previously not picking up for files in the same directory. This is a simple change to effectively make the loop a do-while.Fix #100.