Class: Locomotive::Wagon::Generators::Site::Cloned
- 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
Methods included from CLI::ForceColor
Instance Method Details
#copy_sources ⇒ Object
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 |