Skip to content

Commit

Permalink
Always load imported bokeh extensions (#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Dec 7, 2021
1 parent 5a37186 commit 6acbe0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel/io/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def bundle_resources(roots, resources):
css_files.extend(css_resources.css_files)
css_raw.extend(css_resources.css_raw)

extensions = _bundle_extensions(roots, js_resources)
extensions = _bundle_extensions(None, js_resources)
if mode == "inline":
js_raw.extend([ Resources._inline(bundle.artifact_path) for bundle in extensions ])
elif mode == "server":
Expand Down

0 comments on commit 6acbe0c

Please sign in to comment.