Skip to content

Commit

Permalink
jekyll server command replaced with serve
Browse files Browse the repository at this point in the history
  • Loading branch information
castlese committed Sep 28, 2013
1 parent e050738 commit b3bef1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: bundle exec jekyll --server -p $PORT
web: bundle exec jekyll --serve -p $PORT
2 changes: 1 addition & 1 deletion _site/Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: bundle exec jekyll --server -p $PORT
web: bundle exec jekyll --serve -p $PORT

0 comments on commit b3bef1d

Please sign in to comment.