Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Commit 85f1ffc

Browse files
committed
Merge pull request #3665 from dart-lang/git-status
Git status Merge pull request #3677 from dart-lang/reenable-git-salt-flag Re-enable git-salt behind a flag.
1 parent f3e0277 commit 85f1ffc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ide/web/lib/spark_flags.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ class SparkFlags {
6868
// Git:
6969
static bool get gitPull =>
7070
_flags['enable-git-pull'] == true;
71-
static bool get gitSalt => false;
72-
//_flags['enable-git-salt'] == true;
71+
static bool get gitSalt =>
72+
_flags['enable-git-salt'] == true;
7373

7474
static bool get polymerDesigner =>
7575
_flags['enable-polymer-designer'] == true;

ide/web/spark_polymer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
<script type="application/javascript" src="lib/mobile/android_rsa.js"></script>
153153
<script type="application/javascript" src="third_party/wam/wam_fs.concat.js"></script>
154154
<script type="application/javascript" src="lib/wam/wamfs.js"></script>
155+
<script type="application/javascript" src="lib/git_salt/git_salt.js"></script>
155156

156157
<!-- Start Spark in a deployed build. -->
157158
<script type="application/dart" src="spark_polymer.dart"></script>

0 commit comments

Comments
 (0)