Update build script to use new converter

This commit is contained in:
Dave Machado 2017-12-22 20:11:25 -05:00
parent 0184842ee8
commit 68c5b997fc
No known key found for this signature in database
GPG key ID: 948D4778D01A7B3F

View file

@ -3,7 +3,6 @@
# create json directory if not already present
mkdir -p ../json
# parse API README and print (minified) JSON to stdout, redirect to /json
node condenseMd.js ../README.md > single_table.md
node md2json.js single_table.md > ../json/entries.min.json
./md2json.py ../README.md > ../json/entries.min.json
# beautify the previously created JSON file, redirect to /json
python -m json.tool ../json/entries.min.json > ../json/entries.json