You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
312 B
9 lines
312 B
6 years ago
|
<script>
|
||
|
window.pathLib = "<%- lib('') %>";
|
||
|
window.pathSelfLib = "<%- selfLib('') %>";
|
||
|
</script>
|
||
|
|
||
|
<script src="<%- lib('monaco-editor/0.16.2/min/vs/loader.js') %>"></script>
|
||
|
<script src="<%- selfLib('monaco-editor.js') %>"></script>
|
||
|
<link rel="stylesheet" href="<%- selfLib('monaco-editor.css') %>">
|