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. -->