Sha256: 084b1b69a26d1e9dd5c0f6c579fbdd0696499dcb57ea1e0ac4a72dce8fde4ffa
Contents?: true
Size: 595 Bytes
Versions: 14
Compression:
Stored size: 595 Bytes
Contents
module Locomotive module Wagon module Generators module Site # Template used when the remote LocomotiveCMS site is cloned # in order to have the minimal files. class Cloned < Base argument :connection_info def copy_sources directory('.', self.destination, { recursive: true }, { name: self.name, version: Locomotive::Wagon::VERSION }.merge(self.connection_info)) end def bundle_install super end end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems