Dev: Run preview in incremental mode
This commit is contained in:
parent
0186bdb384
commit
a58629f97d
|
@ -27,6 +27,8 @@ namespace :site do
|
||||||
options = {
|
options = {
|
||||||
"source" => File.expand_path(docs_folder),
|
"source" => File.expand_path(docs_folder),
|
||||||
"destination" => File.expand_path("#{docs_folder}/_site"),
|
"destination" => File.expand_path("#{docs_folder}/_site"),
|
||||||
|
"incremental" => true,
|
||||||
|
"profile" => true,
|
||||||
"watch" => true,
|
"watch" => true,
|
||||||
"serving" => true,
|
"serving" => true,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue