Skip to content

Commit

Permalink
顺序修改
Browse files Browse the repository at this point in the history
  • Loading branch information
lupeipeng committed Jan 22, 2017
1 parent 028bd86 commit 0370418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/afterBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GitAddSite1_0 () {
cp ../build/empty_circle.yml ./circle.yml
sed -i '15i\ <script type="text/javascript" src="./static/app.js"></script>' ./index.html
mkdir static
if [ ! -f "../site/app.js"]; then
if [ ! -f "../site/app.js" ]; then
exit 1
else
cp ../site/app.js ./static/app.js
Expand Down

0 comments on commit 0370418

Please sign in to comment.