|
|
|
|
@ -24,7 +24,11 @@
|
|
|
|
|
{% endif %}
|
|
|
|
|
baseUrl: '{{static_url("", include_version=False)}}',
|
|
|
|
|
paths: {
|
|
|
|
|
{% if ignore_minified_js %}
|
|
|
|
|
'auth/js/main': 'auth/js/main',
|
|
|
|
|
{% else %}
|
|
|
|
|
'auth/js/main': 'auth/js/main.min',
|
|
|
|
|
{% endif %}
|
|
|
|
|
custom : '{{ base_url }}custom',
|
|
|
|
|
nbextensions : '{{ base_url }}nbextensions',
|
|
|
|
|
widgets : '{{ base_url }}deprecatedwidgets',
|
|
|
|
|
@ -40,11 +44,11 @@
|
|
|
|
|
termjs: 'components/term.js/src/term',
|
|
|
|
|
typeahead: 'components/jquery-typeahead/dist/jquery.typeahead'
|
|
|
|
|
},
|
|
|
|
|
map: { // for backward compatibility
|
|
|
|
|
"*": {
|
|
|
|
|
"jqueryui": "jquery-ui",
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
map: { // for backward compatibility
|
|
|
|
|
"*": {
|
|
|
|
|
"jqueryui": "jquery-ui",
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
shim: {
|
|
|
|
|
typeahead: {
|
|
|
|
|
deps: ["jquery"],
|
|
|
|
|
|