From 998a7c66320e63f24d03a8d87a87f44f8e44c744 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Fri, 29 Jul 2022 15:33:50 +0000 Subject: [PATCH] chore: revert changes to playground used for testing --- tests/bootstrap.js | 14 +++++++------- tests/playground.html | 1 - 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/tests/bootstrap.js b/tests/bootstrap.js index 22592a0d7a4..15c207c631b 100644 --- a/tests/bootstrap.js +++ b/tests/bootstrap.js @@ -85,13 +85,13 @@ // List of scripts to load in compressed mode, instead of // requires. Paths relative to root. compressedScripts: [ - 'build/blockly_compressed.js', - 'build/blocks_compressed.js', - 'build/dart_compressed.js', - 'build/javascript_compressed.js', - 'build/lua_compressed.js', - 'build/php_compressed.js', - 'build/python_compressed.js', + 'blockly_compressed.js', + 'blocks_compressed.js', + 'dart_compressed.js', + 'javascript_compressed.js', + 'lua_compressed.js', + 'php_compressed.js', + 'python_compressed.js', ], // Additional scripts to be loaded after Blockly is loaded, diff --git a/tests/playground.html b/tests/playground.html index a47720993a8..89f836055dd 100644 --- a/tests/playground.html +++ b/tests/playground.html @@ -8,7 +8,6 @@ compressed when it is being hosted or on Internet Explorer. -->