소스 검색

Use Python tool to beautify JSON into unminified /json file

pull/362/head
Dave Machado 7 년 전
부모
커밋
b0ef43db58
No known key found for this signature in database GPG 키 ID: 948D4778D01A7B3F
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -3
      build/build.sh

+ 2
- 3
build/build.sh 파일 보기

@@ -1,7 +1,6 @@
#!/bin/bash

mkdir -p ../json
node md2json.js ../README.md > ../json/api.json
node md2json.js ../README.md > ../json/api.min.json
python -m json.tool ../json/api.min.json > ../json/api.json
cat ../json/api.json
ls -l ..
ls -l ../json

불러오는 중...
취소
저장