Class | Jekyll::StaticFile |
In: |
lib/jekyll/static_file.rb
|
Parent: | Object |
Initialize a new StaticFile.
site - The Site. base - The String path to the <source>. dir - The String path between <source> and the file. name - The String filename of the file.
Obtain destination path.
dest - The String path to the destination dir.
Returns destination file path.
Write the static file to the destination directory (if modified).
dest - The String path to the destination dir.
Returns false if the file was not modified since last time (no-op).