1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-02 16:39:13 +02:00

Merge pull request #61 from github/server-cleanup

Clean up _site folder after serving
This commit is contained in:
Ben Balter 2013-05-23 13:33:22 -07:00
commit d7fd099204

View File

@ -2,4 +2,8 @@
set -e
bundle exec jekyll serve -w
echo "spinning up the server..."
bundle exec jekyll serve -w
echo "cleaning up..."
rm -Rf _site