Skip to content

Commit

Permalink
Drop HTML renderer (#3136)
Browse files Browse the repository at this point in the history
We are copying the HTML renderer into our build artifacts, but this
is going away soon.
  • Loading branch information
johnpryan authored Feb 4, 2025
1 parent d23d496 commit debc442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/dart_services/tool/grind.dart
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Future<String> _buildStorageArtifacts(
artifactsDir.createSync(recursive: true);

final sdkJsPath =
path.join(sdk.flutterWebSdkPath, 'amd-canvaskit-html-sound/dart_sdk.js');
path.join(sdk.flutterWebSdkPath, 'amd-canvaskit-sound/dart_sdk.js');

copy(getFile(sdkJsPath), artifactsDir);
copy(getFile('$sdkJsPath.map'), artifactsDir);
Expand Down

0 comments on commit debc442

Please sign in to comment.