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

Side by Side Diff: utils/apidoc/mdn/full_run.sh

Issue 10889017: Repair bitrot in the utils/apidoc/mdn/ code. It now runs all the way through, (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 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
OLDNEW
1 # This script goes from the input data in data/ all the way to the output data 1 # This script goes from the input data in data/ all the way to the output data
2 # in database.filtered.json 2 # in database.filtered.json
3 # See output/database.html for a human readable view of the extracted data. 3 # See output/database.html for a human readable view of the extracted data.
4 4
5 rm -rf output 5 rm -rf output
6 node search.js 6 node search.js
7 node crawl.js 7 node crawl.js
8 ./extract.sh 8 ./extract.sh
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698