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