Dev: Run preview in incremental mode

This commit is contained in:
Frank Taillandier 2017-12-03 19:40:10 +01:00
parent 0186bdb384
commit a58629f97d
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 2 additions and 0 deletions

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