mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Inline metadata.js in dev-setup.js
This commit is contained in:
parent
3a6cbe0787
commit
7138fd1ffb
13 changed files with 70 additions and 123 deletions
|
|
@ -100,7 +100,6 @@ function generateTestSamplesTask() {
|
|||
'</div>',
|
||||
'<div style="clear:both"></div>',
|
||||
'',
|
||||
'<script src="../../metadata.js"></script>',
|
||||
'<script src="dev-setup.js"></script>',
|
||||
'<script>',
|
||||
'loadEditor(function() {',
|
||||
|
|
@ -148,7 +147,6 @@ function generateTestSamplesTask() {
|
|||
);
|
||||
})
|
||||
.join('<br/>\n'),
|
||||
'<script src="../../metadata.js"></script>',
|
||||
'<script src="dev-setup.js"></script>',
|
||||
'</body>',
|
||||
'</html>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue