Dev: Run preview in incremental mode
This commit is contained in:
parent
0186bdb384
commit
a58629f97d
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue