Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove compile.sh #4779

Merged
merged 1 commit into from
Apr 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 0 additions & 114 deletions tests/compile/compile.sh

This file was deleted.

2 changes: 1 addition & 1 deletion tests/compile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Blockly: Advanced Compilation Test</h1>

<p>To run this test manually, download
<a href="https://dl.google.com/closure-compiler/compiler-latest.zip">closure-compiler-vxxxxxxxx.jar</a>,
place it in this directory, then run compile.sh from the command line.</p>
place it in this directory, then run `npm run test:compile:advanced` from the command line.</p>

<p>Measure the size of main_compressed.js (295kb as of October 2017), then reload
this page and see if Blockly works.</p>
Expand Down
2 changes: 1 addition & 1 deletion tests/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ run_test_command "generators" "tests/scripts/run_generators.sh"
run_test_command "node" "./node_modules/.bin/mocha tests/node --config tests/node/.mocharc.js"

# # Attempt advanced compilation of a Blockly app.
# run_test_command "advanced_compile" "tests/compile/compile.sh"
# run_test_command "advanced_compile" "npm run test:compile:advanced"


# End of tests.
Expand Down