From 78ad996d017d833f31fb0c3337630590bc110d61 Mon Sep 17 00:00:00 2001 From: Tom Black Date: Sat, 29 Sep 2018 17:31:21 -0700 Subject: Temporarily disable building for web while transitioning to WebAssembly --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 76d901c..b91fa6a 100644 --- a/Rakefile +++ b/Rakefile @@ -46,6 +46,7 @@ def run_web_test(file) print_task "Running web test: #{file}.rb" run_cmd "ruby2d build --clean" run_cmd "ruby2d build --web test/#{file}.rb --debug" + return # temporarily disable open_cmd = 'open' case RUBY_PLATFORM when /linux/ -- cgit v1.2.3