--precompiled now uses HTML files. (#488)
Previously, the --precompiled flag only overlayed precompiled JS; all HTML-file handling was left up to the test package. But the internal Google infrastructure wants to be able to generate the HTML as well. This changes the semantics so that both JS and HTML are expected in the precompiled directory. Closes #458
Showing
- lib/src/runner/browser/platform.dart 11 additions, 8 deletionslib/src/runner/browser/platform.dart
- lib/src/runner/configuration.dart 2 additions, 1 deletionlib/src/runner/configuration.dart
- lib/src/runner/configuration/args.dart 3 additions, 3 deletionslib/src/runner/configuration/args.dart
- pubspec.yaml 1 addition, 1 deletionpubspec.yaml
- test/runner/precompiled_paths_test.dart 11 additions, 1 deletiontest/runner/precompiled_paths_test.dart
Loading
Please register or sign in to comment