mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Do not check in generated samples file
This commit is contained in:
parent
91c9c0cec3
commit
bbaa2d846d
4 changed files with 2 additions and 342 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/// <reference path="../../node_modules/monaco-editor-core/monaco.d.ts" />
|
||||
|
||||
define(['./samples-all.generated'], function (ALL_SAMPLES) {
|
||||
define(['./generated/all-samples'], function (ALL_SAMPLES) {
|
||||
var XHR_SAMPLES = {};
|
||||
ALL_SAMPLES.forEach(function (sample) {
|
||||
XHR_SAMPLES[sample.name] = sample.content;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue