mirror of
https://github.com/jimeh/jimeh.github.io.git
synced 2026-02-19 09:06:40 +00:00
5 lines
92 B
Ruby
5 lines
92 B
Ruby
desc 'Run jekyll server'
|
|
task :serve do
|
|
exec 'bundle exec jekyll serve --incremental'
|
|
end
|