This repository was archived by the owner on Jan 26, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +12
-4
lines changed Expand file tree Collapse file tree 6 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1010Loading...
1111</ div >
1212
13- < script type ="application/dart " src ="props.dart "> </ script >
14- < script src ="packages/browser/dart.js "> </ script >
13+ < script defer src ="props_browser.dart.js "> </ script >
1514</ body >
1615</ html >
File renamed without changes.
Original file line number Diff line number Diff line change 1010Loading...
1111</ div >
1212
13- < script type ="application/dart " src ="readjson.dart "> </ script >
14- < script src ="packages/browser/dart.js "> </ script >
13+ < script defer src ="readjson_browser.dart.js "> </ script >
1514</ body >
1615</ html >
File renamed without changes.
Original file line number Diff line number Diff line change 1+ # Configuration for Dart build system - https://github.com/dart-lang/build
2+ # Enables running benchmarks via browser: `pub run build_runner serve`
3+ targets :
4+ $default :
5+ builders :
6+ build_web_compilers|entrypoint :
7+ generate_for :
8+ - benchmark/*_browser.dart
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ dependencies:
1414 dart_style : ^1.0.6
1515
1616dev_dependencies :
17+ build_runner : ^0.10.0
18+ build_web_compilers : ^0.4.0
1719 test : ^1.3.0
1820 yaml : ^2.1.15
1921
You can’t perform that action at this time.
0 commit comments