Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(173)

Unified Diff: src/site/tools/download.markdown

Issue 959023002: Disable experiment; move cli-focused page to download-cli.html (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: delete download-cli.html; redirect download-editor.html Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/_includes/header.html ('k') | src/site/tools/download-editor.markdown » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/tools/download.markdown
diff --git a/src/site/tools/download.markdown b/src/site/tools/download.markdown
index 9e0e3792b7499890e6d71cbd56469ed37fb67b36..dc9c859fe6919e03d3991996e05ba4f89dedb4c8 100644
--- a/src/site/tools/download.markdown
+++ b/src/site/tools/download.markdown
@@ -3,7 +3,6 @@ layout: default
title: "Download Dart"
description: "The download bundles that support the Dart language."
has-permalinks: false
-download_experiment: true
js:
- url: /js/download-info.js
defer: true
@@ -23,33 +22,18 @@ js:
</div>
</div>
-<div class="windows" markdown="1">
## Download Dart
+{% for platform in site.custom.downloads.binaries %}
+<div class="{{platform.os}}" markdown="1">
{% include downloads/_get_dart_editor.html %}
-## Or download just what you need {#windows-separate-download}
-</div>
+## Or download just what you need {#dont-download-editor}
-<div class="linux" markdown="1">
-First install Dart, and then choose your editor.
-(Want a one-click download?
-Skip to [Step 2](#step-2) and choose **Dart Editor**,
-which includes Dart.)
+{% capture partial %}downloads/_{{platform.os}}_section.html{% endcapture %}{% include {{partial}} %}
</div>
-<div class="macos" markdown="1">
-First install Dart, and then choose your editor.
-(Want a one-click download?
-Skip to [Step 2](#step-2) and choose **Dart Editor**,
-which includes Dart.)
-</div>
-{% for platform in site.custom.downloads.binaries %}
-{% capture partial %}downloads/_{{platform.os}}_section.html{% endcapture %}
-<div class="{{platform.os}}" markdown="1">
-{% include {{partial}} %}
-</div>
{% endfor %}
<aside class="alert-info alert" markdown="1">
@@ -61,21 +45,19 @@ It also has the latest **dev channel** builds,
which let you try new features a few weeks earlier than the stable channel.
</aside>
-<div id="step-2">
<div class="windows" markdown="1">
### Pick an editor
-
-[Dart Editor](/tools/editor/) isn't your only choice.
-The following plugins add Dart smarts to popular code editors.
-
-{% include downloads/_other_editors.markdown %}
</div>
<div class="linux" markdown="1">
-{% include downloads/_step2_pick_an_editor.markdown %}
+### Step 2: Pick an editor {#step-2-pick-an-editor-linux}
</div>
<div class="macos" markdown="1">
-{% include downloads/_step2_pick_an_editor.markdown %}
-</div>
+### Step 2: Pick an editor {#step-2-pick-an-editor-mac}
</div>
+
+[Dart Editor](/tools/editor/) isn't your only choice.
+The following plugins add Dart smarts to popular code editors.
+
+{% include downloads/_other_editors.markdown %}
« no previous file with comments | « src/site/_includes/header.html ('k') | src/site/tools/download-editor.markdown » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698