Skip to content
Snippets Groups Projects
Select Git revision
  • 3b417ebbf948b794dde5f1192ca8710c82f90075
  • main default protected
  • renovate/solid_queue-1.x-lockfile
  • renovate/importmap-rails-2.x-lockfile
  • renovate/redis-5.x-lockfile
  • renovate/ruby
  • renovate/selenium-webdriver-4.x-lockfile
  • renovate/icalendar-2.x-lockfile
  • renovate/debug-1.x-lockfile
  • renovate/turbo-rails-2.x-lockfile
  • renovate/gcr.io-kaniko-project-executor-1.x
  • eh22 protected
  • update-rubocop
13 results

importmap.rb

Blame
  • Teal's avatar
    Teal authored
    eaba8b1c
    History
    importmap.rb 394 B
    # Pin npm packages by running ./bin/importmap
    
    pin "application"
    pin "@hotwired/stimulus", to: "stimulus.min.js"
    pin "@hotwired/stimulus-loading", to: "stimulus-loading.js"
    pin_all_from "app/javascript/controllers", under: "controllers"
    pin "@hotwired/turbo-rails", to: "turbo.min.js"
    pin "@rails/actioncable", to: "actioncable.esm.js"
    pin_all_from "app/javascript/channels", under: "channels"