Skip to content

Commit 3c4c470

Browse files
authored
Merge pull request #2888 from jcb91/require_config
fix notebook require config to match tools/build-main
2 parents 1cdb411 + 97d6ead commit 3c4c470

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

notebook/templates/page.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,14 @@
3333
kernelspecs : '{{ base_url }}kernelspecs',
3434
underscore : 'components/underscore/underscore-min',
3535
backbone : 'components/backbone/backbone-min',
36+
jed: 'components/jed/jed',
3637
jquery: 'components/jquery/jquery.min',
38+
json: 'components/requirejs-plugins/src/json',
39+
text: 'components/requirejs-text/text',
3740
bootstrap: 'components/bootstrap/js/bootstrap.min',
3841
bootstraptour: 'components/bootstrap-tour/build/js/bootstrap-tour.min',
3942
'jquery-ui': 'components/jquery-ui/ui/minified/jquery-ui.min',
40-
moment: 'components/moment/moment',
43+
moment: 'components/moment/min/moment-with-locales',
4144
codemirror: 'components/codemirror',
4245
termjs: 'components/xterm.js/dist/xterm',
4346
typeahead: 'components/jquery-typeahead/dist/jquery.typeahead.min',

0 commit comments

Comments
 (0)