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 | 4 |
5 # Copy up the final output to the main MDN directory so we can check it in. | 5 # Copy up the final output to the main MDN directory so we can check it in. |
6 cp output/database.filtered.json database.json | 6 cp output/database.filtered.json database.json |
OLD | NEW |