chore: revert changes to playground used for testing (#6292)

This commit is contained in:
Beka Westberg
2022-07-29 23:02:11 +00:00
committed by GitHub
parent 9d5dcc6e46
commit d4b3c8b15a
2 changed files with 7 additions and 8 deletions
+7 -7
View File
@@ -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,
-1
View File
@@ -8,7 +8,6 @@
compressed when it is being hosted or on Internet Explorer. -->
<script>
var BLOCKLY_BOOTSTRAP_OPTIONS = {
loadCompressed: true,
additionalScripts: [
'msg/messages.js',
'tests/playgrounds/screenshot.js',