feat(api): bring up

This commit is contained in:
SukkaW 2018-08-04 15:52:20 +08:00
parent 5f8e97f431
commit c0307e29fa
4 changed files with 124 additions and 13 deletions

View file

@ -91,16 +91,6 @@ echo '-------------------------------------'
sed -i 's|">|"/>|g' chrome.tmp.xml
xmllint --format chrome.tmp.xml > chrome.xml
echo ''
echo '-------------------------------------'
echo 'Compressing Output ......'
echo '-------------------------------------'
xmllint --noblanks chrome.xml > chrome.min.xml
cp -rf ./chrome.xml ../public/chrome.xml
cp -rf ./chrome.min.xml ../public/chrome.min.xml
cd ..
echo ''