From 3840380c8d6b958cdf831d4957b01841d4a806ed Mon Sep 17 00:00:00 2001 From: Jack Danger Canty Date: Wed, 10 Dec 2008 00:33:05 -0800 Subject: [PATCH] Updating the documentation for Site#transform_pages --- lib/jekyll/site.rb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/jekyll/site.rb b/lib/jekyll/site.rb index 4e89ec19..b096dede 100644 --- a/lib/jekyll/site.rb +++ b/lib/jekyll/site.rb @@ -74,9 +74,11 @@ module Jekyll end end - # Recursively transform and write all non-post pages to / - # +dir+ is the String path part representing the path from - # to the currently processing dir (default '') + # Copy all regular files from to / ignoring + # any files/directories that are hidden (start with ".") or contain + # site content (start with "_") + # The +dir+ String is a relative path used to call this method + # recursively as it descends through directories # # Returns nothing def transform_pages(dir = '')