From ffa4402b0830db162d7ba7350a3b6573a5ff6ce6 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Fri, 30 Jun 2017 18:04:22 +0200 Subject: [PATCH] More packaging fixes for the standalone editor --- build/gulpfile.editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/gulpfile.editor.js b/build/gulpfile.editor.js index 3d577413413..1a09abd4f55 100644 --- a/build/gulpfile.editor.js +++ b/build/gulpfile.editor.js @@ -22,7 +22,7 @@ var editorEntryPoints = [ name: 'vs/editor/editor.main', include: [], exclude: [ 'vs/css', 'vs/nls' ], - prepend: [ 'vs/css.js', 'vs/nls.js' ], + prepend: [ 'out-build/vs/css.js', 'out-build/vs/nls.js' ], }, { name: 'vs/base/common/worker/simpleWorker',