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