Skip to content

Commit 20c6303

Browse files
committed
Changes jekyll parameters based on newer version
1 parent 4eb03e4 commit 20c6303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
desc 'Start the Jekyll server on http://localhost:4000/'
44
task :server do
5-
exec 'jekyll --pygments --auto --server'
5+
exec 'jekyll serve --watch'
66
end

0 commit comments

Comments
 (0)