Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
public-apis
Commits
68c5b997
"...src/layout/git@ustchcs.com:gujinli1118/RuoYi-Vue.git" did not exist on "5879c2484aa6879e7b5abf3d6ae0ebd9517604cb"
Unverified
Commit
68c5b997
authored
Dec 22, 2017
by
Dave Machado
Browse files
Update build script to use new converter
parent
0184842e
Changes
1
Hide whitespace changes
Inline
Side-by-side
build/build.sh
View file @
68c5b997
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
# create json directory if not already present
# create json directory if not already present
mkdir
-p
../json
mkdir
-p
../json
# parse API README and print (minified) JSON to stdout, redirect to /json
# parse API README and print (minified) JSON to stdout, redirect to /json
node condenseMd.js ../README.md
>
single_table.md
./md2json.py ../README.md
>
../json/entries.min.json
node md2json.js single_table.md
>
../json/entries.min.json
# beautify the previously created JSON file, redirect to /json
# beautify the previously created JSON file, redirect to /json
python
-m
json.tool ../json/entries.min.json
>
../json/entries.json
python
-m
json.tool ../json/entries.min.json
>
../json/entries.json
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment