Sha256: ce8010bb5df9a8489cb39739a05e2afcf6155baa6d6bd366acbc943c050367c8
Contents?: true
Size: 596 Bytes
Versions: 8
Compression:
Stored size: 596 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
8 entries across 8 versions & 1 rubygems