Skip to content

Commit 28c3ba7

Browse files
committed
Updated Rakefile :preview command to new Jekyll standards
jekyll --server --auto is deprecated and has been replaced with jekyll serve(r) -w(atch)
1 parent 010d99f commit 28c3ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ end # task :page
9898

9999
desc "Launch preview environment"
100100
task :preview do
101-
system "jekyll --auto --server"
101+
system "jekyll serve -w"
102102
end # task :preview
103103

104104
# Public: Alias - Maintains backwards compatability for theme switching.

0 commit comments

Comments
 (0)