mirror of
https://github.com/github/choosealicense.com
synced 2024-12-21 20:30:10 +01:00
update script/server for jekyll 3
This commit is contained in:
parent
8d24208088
commit
91e79d2de9
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ assets/vendor/qtip2/basic
|
|||||||
.ruby-version
|
.ruby-version
|
||||||
/tmp
|
/tmp
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
.jekyll-metadata
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user