Sha256: 66e847302282e3c4129940435577773a778b1e6abf7555646e652f4f80e10742
Contents?: true
Size: 212 Bytes
Versions: 6
Compression:
Stored size: 212 Bytes
Contents
namespace :importmap do desc "Setup Importmap for the app" task :install do system RbConfig.ruby, "./bin/rails", "app:template", "LOCATION=#{File.expand_path("../install/install.rb", __dir__)}" end end
Version data entries
6 entries across 6 versions & 3 rubygems