|
5 | 5 | {% block title %}CloudPebble – {{ project.name }}{% endblock %} |
6 | 6 |
|
7 | 7 | {% block head %} |
8 | | -<link rel="stylesheet" href="{% static 'CodeMirror/addon/hint/show-hint.css' %}"> |
9 | | -<link rel="stylesheet" href="{% static 'CodeMirror/addon/dialog/dialog.css' %}"> |
10 | | -<link rel="stylesheet" href="{% static 'CodeMirror/lib/codemirror.css' %}"> |
11 | | -<link rel="stylesheet" href="{% static 'CodeMirror/theme/monokai.css' %}"> |
12 | | -<link rel="stylesheet" href="{% static 'CodeMirror/theme/eclipse.css' %}"> |
13 | | -<link rel="stylesheet" href="{% static 'CodeMirror/theme/blackboard.css' %}"> |
14 | | -<link rel="stylesheet" href="{% static 'CodeMirror/theme/solarized.css' %}"> |
15 | | -<link rel="stylesheet" href="{% static 'CodeMirror/addon/fold/foldgutter.css' %}"> |
| 8 | +<link rel="stylesheet" href="{% static 'codemirror/addon/hint/show-hint.css' %}"> |
| 9 | +<link rel="stylesheet" href="{% static 'codemirror/addon/dialog/dialog.css' %}"> |
| 10 | +<link rel="stylesheet" href="{% static 'codemirror/lib/codemirror.css' %}"> |
| 11 | +<link rel="stylesheet" href="{% static 'codemirror/theme/monokai.css' %}"> |
| 12 | +<link rel="stylesheet" href="{% static 'codemirror/theme/eclipse.css' %}"> |
| 13 | +<link rel="stylesheet" href="{% static 'codemirror/theme/blackboard.css' %}"> |
| 14 | +<link rel="stylesheet" href="{% static 'codemirror/theme/solarized.css' %}"> |
| 15 | +<link rel="stylesheet" href="{% static 'codemirror/addon/fold/foldgutter.css' %}"> |
16 | 16 | {% if font_css %} |
17 | 17 | <link rel="stylesheet" href="{{ font_css }}" /> |
18 | 18 | {% endif %} |
@@ -477,23 +477,23 @@ <h3>{% trans 'Compass and Accelerometer' %}</h3> |
477 | 477 | var DOC_JSON = "{% static 'ide/documentation.json' %}"; |
478 | 478 | var LIBPEBBLE_PROXY = {{ libpebble_proxy | safe }}; |
479 | 479 | </script> |
480 | | -<script src="{% static 'CodeMirror/lib/codemirror.js' %}"></script> |
481 | | -<script src="{% static 'CodeMirror/addon/dialog/dialog.js' %}"></script> |
482 | | -<script src="{% static 'CodeMirror/addon/search/searchcursor.js' %}"></script> |
483 | | -<script src="{% static 'CodeMirror/addon/search/search.js' %}"></script> |
484 | | -<script src="{% static 'CodeMirror/addon/edit/matchbrackets.js' %}"></script> |
485 | | -<script src="{% static 'CodeMirror/addon/edit/closebrackets.js' %}"></script> |
486 | | -<script src="{% static 'CodeMirror/addon/comment/comment.js' %}"></script> |
487 | | -<script src="{% static 'CodeMirror/addon/fold/foldgutter.js' %}"></script> |
488 | | -<script src="{% static 'CodeMirror/addon/fold/foldcode.js' %}"></script> |
489 | | -<script src="{% static 'CodeMirror/addon/fold/brace-fold.js' %}"></script> |
490 | | -<script src="{% static 'CodeMirror/addon/fold/comment-fold.js' %}"></script> |
| 480 | +<script src="{% static 'codemirror/lib/codemirror.js' %}"></script> |
| 481 | +<script src="{% static 'codemirror/addon/dialog/dialog.js' %}"></script> |
| 482 | +<script src="{% static 'codemirror/addon/search/searchcursor.js' %}"></script> |
| 483 | +<script src="{% static 'codemirror/addon/search/search.js' %}"></script> |
| 484 | +<script src="{% static 'codemirror/addon/edit/matchbrackets.js' %}"></script> |
| 485 | +<script src="{% static 'codemirror/addon/edit/closebrackets.js' %}"></script> |
| 486 | +<script src="{% static 'codemirror/addon/comment/comment.js' %}"></script> |
| 487 | +<script src="{% static 'codemirror/addon/fold/foldgutter.js' %}"></script> |
| 488 | +<script src="{% static 'codemirror/addon/fold/foldcode.js' %}"></script> |
| 489 | +<script src="{% static 'codemirror/addon/fold/brace-fold.js' %}"></script> |
| 490 | +<script src="{% static 'codemirror/addon/fold/comment-fold.js' %}"></script> |
491 | 491 | <script src="{% static 'ide/external/codemirror.hint.js' %}"></script> |
492 | 492 | <script src="{% static 'fuse.js/src/fuse.js' %}"></script> |
493 | | -<script src="{% static 'CodeMirror/mode/clike/clike.js' %}"></script> |
494 | | -<script src="{% static 'CodeMirror/mode/javascript/javascript.js' %}"></script> |
495 | | -<script src="{% static 'CodeMirror/keymap/emacs.js' %}"></script> |
496 | | -<script src="{% static 'CodeMirror/keymap/vim.js' %}"></script> |
| 493 | +<script src="{% static 'codemirror/mode/clike/clike.js' %}"></script> |
| 494 | +<script src="{% static 'codemirror/mode/javascript/javascript.js' %}"></script> |
| 495 | +<script src="{% static 'codemirror/keymap/emacs.js' %}"></script> |
| 496 | +<script src="{% static 'codemirror/keymap/vim.js' %}"></script> |
497 | 497 | <script src="{% static 'ide/external/uuid.js' %}"></script> |
498 | 498 | <script src="/ide/jsi18n/"></script> |
499 | 499 | <script src="{% static 'ide/js/csrf.js' %}" type="text/javascript"></script> |
|
0 commit comments