Sha256: aad2741dc719db69a371be6fdf65093a0eb8c46d72395a46249f492efca91b79
Contents?: true
Size: 659 Bytes
Versions: 20
Compression:
Stored size: 659 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 def comment_gemfile false end end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems