NHDaly / ApplicationBuilder.jl

[deprecated] Compile, bundle, and release julia software
MIT License
168 stars 15 forks source link

Add ability to only rebuild things that actually need to be rebuilt. #45

Open NHDaly opened 5 years ago

NHDaly commented 5 years ago

Maybe integration with something like make?

Or maybe we can use julia's Pkg manager to do this?

Been thinking about hermetically including dependencies by recreating a .julia structure inside the .app (via JULIA_DEPOT_PATH), and if we do that, maybe we could wrap the user's code all up in a Package inside there, and only re-run things if it's modified somehow?