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

Re-enable git-salt behind a flag. #3677

Merged
merged 1 commit into from
Nov 3, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ide/web/lib/spark_flags.dart
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ class SparkFlags {
// Git:
static bool get gitPull =>
_flags['enable-git-pull'] == true;
static bool get gitSalt => false;
//_flags['enable-git-salt'] == true;
static bool get gitSalt =>
_flags['enable-git-salt'] == true;

static bool get polymerDesigner =>
_flags['enable-polymer-designer'] == true;
Expand Down
1 change: 1 addition & 0 deletions ide/web/spark_polymer.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@
<script type="application/javascript" src="lib/mobile/android_rsa.js"></script>
<script type="application/javascript" src="third_party/wam/wam_fs.concat.js"></script>
<script type="application/javascript" src="lib/wam/wamfs.js"></script>
<script type="application/javascript" src="lib/git_salt/git_salt.js"></script>

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