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 a no longer used compile step #3253

Merged
merged 1 commit into from
Aug 5, 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
58 changes: 0 additions & 58 deletions packages/devtools_app/web/index_fallback.html

This file was deleted.

1 change: 0 additions & 1 deletion packages/devtools_server/lib/src/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ Future<HttpServer?> serveDevTools({

clients = ClientManager(enableNotifications);

// ignore:dead_code
handler ??= await defaultHandler(
clients,
customDevToolsPath: customDevToolsPath,
Expand Down
9 changes: 0 additions & 9 deletions tool/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,6 @@ flutter pub get
# as code size doesn't matter very much for us as minification makes some
# crashes harder to debug. For example, https://github.com/flutter/devtools/issues/2125

flutter build web \
--pwa-strategy=none \
--profile \
--dart-define=FLUTTER_WEB_USE_EXPERIMENTAL_CANVAS_TEXT=true \
--dart-define=FLUTTER_WEB_CANVASKIT_URL=assets/canvaskit/ \
--no-tree-shake-icons

cp build/web/main.dart.js build/web/main_fallback.dart.js

flutter build web \
--pwa-strategy=none \
--profile \
Expand Down