Преглед на файлове

Comment out build script

pull/362/head
Dave Machado преди 7 години
родител
ревизия
141dfcf931
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. +4
    -0
      build/build.sh

+ 4
- 0
build/build.sh Целия файл

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

# create json directory if not already present
mkdir -p ../json
# parse API README and print (minified) JSON to stdout, redirect to /json
node md2json.js ../README.md > ../json/api.min.json
# beautify the previously created JSON file, redirect to /json
python -m json.tool ../json/api.min.json > ../json/api.json
# print out pretty JSON (useful for debugging, checking for new entries, etc)
cat ../json/api.json

Зареждане…
Отказ
Запис