Skip to content

Commit 0d77c06

Browse files
authored
Replace site-shared submodule with git dependencies (#6898)
The `inject_dartpad.dart.js` script needs to be inlined now that site-shared is not a submodule. However, this is temporary as we plan to replace this with a new Dart API directly from a Jaspr component. The API is added in dart-lang/site-shared#247.
1 parent 9338492 commit 0d77c06

File tree

16 files changed

+2745
-19
lines changed

16 files changed

+2745
-19
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
This file was deleted.

site-shared

Lines changed: 0 additions & 1 deletion
This file was deleted.

site/pubspec.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ dependencies:
3030

3131
dev_dependencies:
3232
analysis_defaults:
33-
path: ../site-shared/pkgs/analysis_defaults
33+
git:
34+
url: https://github.com/dart-lang/site-shared
35+
path: pkgs/analysis_defaults
36+
ref: 88aa84df953e67b7595b1e214b717f26d81ed538
3437
build_runner: ^2.8.0
3538
build_web_compilers: ^4.2.3
3639
jaspr_builder: ^0.21.1

0 commit comments

Comments
 (0)