Sha256: 35d760f585f3eedbdda5d877f5965a93cc1901dd045bb1baabac41220d9aafe5

Contents?: true

Size: 216 Bytes

Versions: 2

Compression:

Stored size: 216 Bytes

Contents

namespace :importmap do
  desc "Setup ImportmapJets for the app"
  task :install do
    location = File.expand_path("../../install/install.rb",  __dir__)
    system "jets app:template LOCATION=#{location}"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
importmap-jets-0.1.1 lib/tasks/importmap_tasks.rake
importmap-jets-0.1.0 lib/tasks/importmap_tasks.rake