Skip to content

Commit f2acf44

Browse files
authored
Cache lab extension assets by default (#121)
1 parent 0f8bb54 commit f2acf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_server/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def add_handlers(handlers, extension_app):
290290
handlers.append(
291291
(labextensions_url, FileFindHandler, {
292292
'path': labextensions_path,
293-
'no_cache_paths': ['/'], # don't cache anything in labextensions
293+
'no_cache_paths': no_cache_paths
294294
}))
295295

296296
# Handle local settings.

0 commit comments

Comments
 (0)