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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | utils/apidoc/mdn/obsolete.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ../../../frog/minfrog --out=output/extract.dart.js --enable_type_checks --compil e-only extract.dart 1 ../../../frog/minfrog --out=output/extract.dart.js --enable_type_checks --compil e-only extract.dart
2 node extractRunner.js 2 node extractRunner.js
3 ../../../frog/minfrog postProcess.dart 3 ../../../frog/minfrog postProcess.dart
4 ../../../frog/minfrog prettyPrint.dart
4 5
5 # Copy up the final output to the main MDN directory so we can check it in. 6 # Copy up the final output to the main MDN directory so we can check it in.
6 cp output/database.filtered.json database.json 7 cp output/database.filtered.json database.json
8 cp output/obsolete.json .
OLDNEW
« 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