Sha256: 7a0fb1f4d99e584ee8870722709af44ddc45ebb16a38ac0ac28c7fc82e749083
Contents?: true
Size: 232 Bytes
Versions: 14
Compression:
Stored size: 232 Bytes
Contents
# frozen_string_literal: true TEMPLATE_PATH = File.expand_path("./netlify", __dir__) copy_file "#{TEMPLATE_PATH}/netlify.toml", "netlify.toml" copy_file "#{TEMPLATE_PATH}/netlify.sh", "bin/netlify.sh" `chmod a+x ./bin/netlify.sh`
Version data entries
14 entries across 14 versions & 1 rubygems