Make it clear that samples-all is generated

This commit is contained in:
Alex Dima 2016-09-06 12:42:29 +02:00
parent af1a2ba847
commit 077be8bd68
4 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
/// <reference path="../node_modules/monaco-editor-core/monaco.d.ts" />
define(['./samples-all'], function(ALL_SAMPLES) {
define(['./samples-all.generated'], function(ALL_SAMPLES) {
var XHR_SAMPLES = {};
ALL_SAMPLES.forEach(function(sample) {