Commit a75845f
authored
Migrate from manual build script to copy builder (#2226)
- Remove the `tool/build.dart` file with hardcoded builders.
- Update to the latest `build_web_compilers`.
- Add a copy builder to move the `.js` files from `web/` to `lib/` and
into the source tree.
- Change to use `-O4` dart2js arg.
- Update tests to expect `.js` for `.browser_test.dart` files.1 parent fc3d135 commit a75845f
File tree
13 files changed
+6719
-6902
lines changed- build_runner
- lib/src/server
- build_updates_client
- test/entrypoint
- tool
- web
13 files changed
+6719
-6902
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments