|
|
|
|
@ -22,8 +22,8 @@
|
|
|
|
|
baseUrl: '{{static_url("")}}',
|
|
|
|
|
paths: {
|
|
|
|
|
nbextensions : '{{ base_project_url }}nbextensions',
|
|
|
|
|
underscore : '{{static_url()}}components/underscore/underscore-min',
|
|
|
|
|
backbone : '{{static_url()}}components/backbone/backbone-min',
|
|
|
|
|
underscore : '{{static_url("components/underscore/underscore-min")}}',
|
|
|
|
|
backbone : '{{static_url("components/backbone/backbone-min")}}',
|
|
|
|
|
},
|
|
|
|
|
shim: {
|
|
|
|
|
underscore: {
|
|
|
|
|
|