Class: Locomotive::Wagon::Generators::Site::Cloned

Inherits:
Base
  • Object
show all
Defined in:
lib/locomotive/wagon/generators/site/cloned.rb

Overview

Template used when the remote LocomotiveCMS site is cloned in order to have the minimal files.

Instance Method Summary collapse

Methods inherited from Base

source_root

Methods included from CLI::ForceColor

#force_color_if_asked

Instance Method Details

#copy_sourcesObject



12
13
14
# File 'lib/locomotive/wagon/generators/site/cloned.rb', line 12

def copy_sources
  copy_sources_from_generator(generator_name: 'cloned', options: self.connection_info)
end