File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11using JSON
22
33include (" ./bundlepaths.jl" )
4- include (" ./jupyter.jl" )
5-
64download_js_bundles ()
75
86const CONFIG_BEGIN_MARKER = " ###JULIA-WEBIO-CONFIG-BEGIN"
Original file line number Diff line number Diff line change 11using Pkg. TOML
22
3- const WEBIO_VERSION = let
4- project_file = normpath ( joinpath ( @__DIR__ , " .. " , " Project.toml " ))
5- project = TOML . parsefile (project_file)
6- VersionNumber (project[ " version " ])
7- end
3+ # Fix the NPM version for now
4+ # Now that we're not distributing Jupyter stuff via NPM, I'd rather just check
5+ # in compiled assets (maybe using Artifacts if that's relatively easy, otherwise
6+ # just as files in git).
7+ const WEBIO_VERSION = " 0.8.15 "
88
99const PACKAGES_PATH = normpath (joinpath (@__DIR__ , " .." , " packages" ))
1010const BUNDLES_PATH = normpath (joinpath (@__DIR__ , " bundles" ))
You can’t perform that action at this time.
0 commit comments