ApplicationBuilder.jl icon indicating copy to clipboard operation
ApplicationBuilder.jl copied to clipboard

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

Open NHDaly opened this issue 6 years ago • 0 comments

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?

NHDaly avatar Apr 11 '19 00:04 NHDaly