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 1
1
using JSON
2
2
3
3
include (" ./bundlepaths.jl" )
4
- include (" ./jupyter.jl" )
5
-
6
4
download_js_bundles ()
7
5
8
6
const CONFIG_BEGIN_MARKER = " ###JULIA-WEBIO-CONFIG-BEGIN"
Original file line number Diff line number Diff line change 1
1
using Pkg. TOML
2
2
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 "
8
8
9
9
const PACKAGES_PATH = normpath (joinpath (@__DIR__ , " .." , " packages" ))
10
10
const BUNDLES_PATH = normpath (joinpath (@__DIR__ , " bundles" ))
You can’t perform that action at this time.
0 commit comments