mirror of
https://github.com/jekyll/jekyll.git
synced 2026-02-04 03:35:25 -05:00
Dev: Run preview in incremental mode
This commit is contained in:
@@ -27,6 +27,8 @@ namespace :site do
|
||||
options = {
|
||||
"source" => File.expand_path(docs_folder),
|
||||
"destination" => File.expand_path("#{docs_folder}/_site"),
|
||||
"incremental" => true,
|
||||
"profile" => true,
|
||||
"watch" => true,
|
||||
"serving" => true,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user