| OLD | NEW |
| 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 . |
| OLD | NEW |