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

Unified Diff: src/site/articles/why-not-bytecode/index.html

Issue 10700168: massive CL is massive (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: Created 8 years, 5 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: src/site/articles/why-not-bytecode/index.html
diff --git a/src/site/articles/why-not-bytecode/index.html b/src/site/articles/why-not-bytecode/index.html
index 5b3c9538ebecc6c2a5d60a4652b8ace98fa92c38..da45b2dcd93ad1dd516ac46e10818334419b2b85 100644
--- a/src/site/articles/why-not-bytecode/index.html
+++ b/src/site/articles/why-not-bytecode/index.html
@@ -136,10 +136,12 @@ Sure, you may minify or do other obfuscation when you deploy, but your core
iteration loop is fast and easy because the engine for your language runs it
directly from source.</p>
-<aside class="note">You may ask, "but doesn't Dart require an explicit compile step to
+<p>
+ You may ask, "but doesn't Dart require an explicit compile step to
compile to JavaScript for running in the browser?" Well, yes, but we're talking
specifically about the native Dart VM here. And we <em>are</em> working to make
-the Dart-to-JavaScript side of things as nice of a development experience as we can. Iteration time matters.</aside>
+the Dart-to-JavaScript side of things as nice of a development experience as we can. Iteration time matters.
+</p>
<h2>Compiling to source</h2>
« no previous file with comments | « src/site/articles/native-extensions-for-standalone-dart-vm/index.markdown ('k') | src/site/community/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698