We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb03e4 commit 20c6303Copy full SHA for 20c6303
Rakefile
@@ -2,5 +2,5 @@
2
3
desc 'Start the Jekyll server on http://localhost:4000/'
4
task :server do
5
- exec 'jekyll --pygments --auto --server'
+ exec 'jekyll serve --watch'
6
end
0 commit comments