.juliabundleignore should apply to top-level files, too#99
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.