Method: Webby.cairn

Defined in:
lib/webby.rb

.cairnObject

call-seq:

cairn    => filename

The Webby cairn file is used to mark the last time the content was built into the output directory. It is an empty file; only the modification time of the file is important.



71
72
73
# File 'lib/webby.rb', line 71

def self.cairn
  @cairn ||= ::File.join(site.output_dir, '.cairn')
end