Dev: Run preview in incremental mode
This commit is contained in:
		
							parent
							
								
									75ba9366df
								
							
						
					
					
						commit
						e8c8eacf7b
					
				|  | @ -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