Skip to content

Commit

Permalink
chore: revert changes to playground used for testing (#6292)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeksOmega authored Jul 29, 2022
1 parent 9d5dcc6 commit d4b3c8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions tests/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion tests/playground.html
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d4b3c8b

Please sign in to comment.