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

Commit

Permalink
Merge pull request #3665 from dart-lang/git-status
Browse files Browse the repository at this point in the history
Git status
Merge pull request #3677 from dart-lang/reenable-git-salt-flag

Re-enable git-salt behind a flag.
  • Loading branch information
ussuri committed Nov 19, 2014
1 parent f3e0277 commit 85f1ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ide/web/lib/spark_flags.dart
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,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

0 comments on commit 85f1ffc

Please # to comment.