1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

update script/server for jekyll 3

This commit is contained in:
Ben Balter 2016-02-09 12:23:45 -05:00
parent 8d24208088
commit 91e79d2de9
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ assets/vendor/qtip2/basic
.ruby-version .ruby-version
/tmp /tmp
Gemfile.lock Gemfile.lock
.jekyll-metadata

View File

@ -3,7 +3,7 @@
set -e set -e
echo "spinning up the server..." echo "spinning up the server..."
bundle exec jekyll serve -w bundle exec jekyll serve --watch --incremental --trace
echo "cleaning up..." echo "cleaning up..."
rm -Rf _site rm -Rf _site