class Artifact::Config
Public Class Methods
new()
click to toggle source
# File lib/artifact.rb, line 76 def initialize @root = Dir.pwd # current working path @source_root = 'source' @posts_path = 'posts' @drafts_path = 'drafts' @uploads_path = 'uploads' @directory_indexes = true @rebuild_args = '' end