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

Unified Diff: utils/apidoc/mdn/extract.sh

Issue 9225039: Integrate MDN content into API documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove temp code. Created 8 years, 11 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: utils/apidoc/mdn/extract.sh
diff --git a/utils/apidoc/mdn/extract.sh b/utils/apidoc/mdn/extract.sh
new file mode 100755
index 0000000000000000000000000000000000000000..d4d28891914776c5cb2aed9f2c470febd41f91fb
--- /dev/null
+++ b/utils/apidoc/mdn/extract.sh
@@ -0,0 +1,6 @@
+../../../frog/minfrog --out=output/extract.dart.js --enable_type_checks --compile-only extract.dart
nweiz 2012/02/01 00:10:39 Line length
+node extractRunner.js
+../../../frog/minfrog postProcess.dart
+
+# Copy up the final output to the main MDN directory so we can check it in.
+cp output/database.filtered.json database.json

Powered by Google App Engine
This is Rietveld 408576698