mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
install text-encoding polyfill
This commit is contained in:
parent
b548e51550
commit
ec769b6ef8
@ -161,7 +161,8 @@ def find_package_data():
|
|||||||
pjoin(components, "requirejs", "require.js"),
|
pjoin(components, "requirejs", "require.js"),
|
||||||
pjoin(components, "underscore", "underscore-min.js"),
|
pjoin(components, "underscore", "underscore-min.js"),
|
||||||
pjoin(components, "moment", "moment.js"),
|
pjoin(components, "moment", "moment.js"),
|
||||||
pjoin(components, "moment", "min","moment.min.js"),
|
pjoin(components, "moment", "min", "moment.min.js"),
|
||||||
|
pjoin(components, "text-encoding", "lib", "encoding.js"),
|
||||||
])
|
])
|
||||||
|
|
||||||
# Ship all of Codemirror's CSS and JS
|
# Ship all of Codemirror's CSS and JS
|
||||||
|
Loading…
Reference in New Issue
Block a user