class Jekyll::Reader
def retrieve_static_files(dir, dot_static_files)
dot_static_files - The static files in the dir.
dir - The directory retrieve the static files from.
add them to the site and sort them.
Retrieve all the static files from the current directory,
def retrieve_static_files(dir, dot_static_files) site.static_files.concat(StaticFileReader.new(site, dir).read(dot_static_files)) end