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

Unified Diff: chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html

Issue 645693006: Updated Chrome Apps codelab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html
diff --git a/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html b/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html
index c5fe370ea67f1ed23695104bfe2e92233e537b31..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644
--- a/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html
+++ b/chrome/common/extensions/docs/templates/articles/app_codelab1_setup.html
@@ -1,38 +0,0 @@
-<h1 id="lab_1_set_up_development_environment">Set Up Development Environment</h1>
-
-<h2 id="dependencies_and_prerequisites">Dependencies and prerequisites</h2>
-
-<ul>
-<li><p><a href="https://tools.google.com/dlpage/chromesxs">Chrome Canary on Mac and Windows</a> and <a href="http://www.chromium.org/getting-involved/dev-channel#TOC-Linux">Chromium Dev on Linux</a></p></li>
-<li><p>Open your preferred text editor. We have an under-development <a href="http://www.youtube.com/watch?v=x_FTILqlbsg&hd=1">Chrome apps plugin</a> for <a href="http://www.sublimetext.com">Sublime</a>.</p></li>
-</ul>
-
-<h2 id="set_up_chrome">Set up Chrome</h2>
-
-<ol>
-<li><p>Make sure you are using Chrome Canary. Access <code>chrome://version</code> and check if there is a <code>canary</code> keyword at the end of the first line:<br>
-<img src="{{static}}/images/codelab/screenshot1.png" alt="Checking Chrome version"></p></li>
-<li><p>Enable flags in <code>chrome://flags</code></p>
-
-<ul>
-<li>Experimental Extension APIs</li>
-<li>Enable debugging for packed apps</li>
-</ul></li>
-<li><p>Enable Developer mode in <code>chrome://extensions</code>:<br>
-<img src="{{static}}/images/codelab/screenshot2.png" alt="Enabling developer mode"></p></li>
-</ol>
-
-<p class="note"><b>Note:</b> Open the <code>chrome://extensions</code> page in its own window and keep it assessible as you work through the lab.
-You will use this page quite a bit to load and reload the Todo app.</p>
-
-<h2 id="set_up_workspace">Set up workspace</h2>
-
-<p>If you don&#39;t have it yet, <a href="https://help.github.com/articles/set-up-git">install git</a> and run:</p>
-
-<p><pre>
- git clone git://github.com/GoogleChrome/chrome-app-codelab.git
-</pre></p>
-
-<h2 id="what_39_s_next_">What's next?</h2>
-
-<p>In <a href="app_codelab2_basic">2 - Create Basic App</a>, you will create your first Chrome App!</p>

Powered by Google App Engine
This is Rietveld 408576698