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

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

Issue 9360002: cleanup postProcess step and output obsolete.json file (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Code review fix Created 8 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 | « no previous file | utils/apidoc/mdn/obsolete.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/apidoc/mdn/extract.sh
diff --git a/utils/apidoc/mdn/extract.sh b/utils/apidoc/mdn/extract.sh
index 58cb5f07065bb1db062c5bee97753d159a3299fc..e6cd1c8204b03a5e8bb2826c17e388d634448f65 100755
--- a/utils/apidoc/mdn/extract.sh
+++ b/utils/apidoc/mdn/extract.sh
@@ -1,6 +1,8 @@
../../../frog/minfrog --out=output/extract.dart.js --enable_type_checks --compile-only extract.dart
node extractRunner.js
../../../frog/minfrog postProcess.dart
+../../../frog/minfrog prettyPrint.dart
# Copy up the final output to the main MDN directory so we can check it in.
cp output/database.filtered.json database.json
+cp output/obsolete.json .
« no previous file with comments | « no previous file | utils/apidoc/mdn/obsolete.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698