Class: Pullentity::Client::Builder::Middleman

Inherits:
Object
  • Object
show all
Extended by:
Utils
Defined in:
lib/pullentity-client/builder/middleman.rb

Class Method Summary collapse

Methods included from Utils

base_location, create_directories, create_new_file, create_with_template, error, log, remove_directories, remove_files, source_root, templates, touch, underscore

Class Method Details

.buildObject



7
8
9
# File 'lib/pullentity-client/builder/middleman.rb', line 7

def build
  system "export MIDDLEMAN_BUILD_TARGET=remote_theme; middleman build --verbose"
end