Class: Jib::Env

Inherits:
Object
  • Object
show all
Defined in:
lib/jib.rb

Instance Method Summary collapse

Instance Method Details

#buildObject



77
78
79
80
81
82
# File 'lib/jib.rb', line 77

def build
  Files.create_support
  Compiler.new.compile
  StaticFiles.new.copy
  Document.new.write_to_file
end

#cleanupObject



84
85
86
# File 'lib/jib.rb', line 84

def cleanup
  FileUtils.rm_r(Jib.workspace_path)
end