mirror of
https://github.com/jimeh/jimeh.me-v3.0.git
synced 2026-02-19 05:46:40 +00:00
tweak to Rakefile
This commit is contained in:
4
Rakefile
4
Rakefile
@@ -100,10 +100,10 @@ end
|
||||
#
|
||||
|
||||
desc "Auto-rebuild site when files are changed."
|
||||
task :auto => "auto:default"
|
||||
task :auto => "auto:site"
|
||||
|
||||
namespace :auto do
|
||||
task :default do
|
||||
task :site do # default
|
||||
system "jekyll source/site public --auto"
|
||||
end
|
||||
desc "Auto-rebuild blog when files are changed."
|
||||
|
||||
Reference in New Issue
Block a user