Show More
@@ -30,7 +30,6 b'' | |||
|
30 | 30 | moment: 'components/moment/moment', |
|
31 | 31 | codemirror: 'components/codemirror', |
|
32 | 32 | termjs: 'components/term.js/src/term', |
|
33 | contents: '{{ contents_js_source }}', | |
|
34 | 33 | }, |
|
35 | 34 | shim: { |
|
36 | 35 | underscore: { |
@@ -54,6 +53,14 b'' | |||
|
54 | 53 | } |
|
55 | 54 | } |
|
56 | 55 | }); |
|
56 | ||
|
57 | require.config({ | |
|
58 | map: { | |
|
59 | '*':{ | |
|
60 | 'contents': '{{ contents_js_source }}', | |
|
61 | } | |
|
62 | } | |
|
63 | }); | |
|
57 | 64 | </script> |
|
58 | 65 | |
|
59 | 66 | {% block meta %} |
General Comments 0
You need to be logged in to leave comments.
Login now