Skip to content

Commit

Permalink
Fix build_release.sh not packed php vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech authored Oct 29, 2018
1 parent 080e8a2 commit 4b2d0d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/build_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ npm run build
sed -i "s/new Down52PojieCn({/& routerMode: 'history', requestType: 'jsonp' /g" dist/index.html
sed -i "s/new Down52PojieCn({/& routerMode: 'history', requestType: 'jsonp' /g" dist/.fancyindex/footer.html

pushd php/
composer install
popd

cp docs dist/ -R
cp php dist/ -R
rm dist/php/crawl.php
Expand Down

0 comments on commit 4b2d0d8

Please sign in to comment.