Files
jimeh.github.io/Rakefile

5 lines
92 B
Ruby

desc 'Run jekyll server'
task :serve do
exec 'bundle exec jekyll serve --incremental'
end