Dev: Run preview in incremental mode

This commit is contained in:
Frank Taillandier
2017-12-03 19:40:10 +01:00
parent 75ba9366df
commit e8c8eacf7b

View File

@@ -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,
}