summaryrefslogtreecommitdiffstats
path: root/config/importmap.rb
blob: 0952c39d440672f755adec631f6c1b022fd998df (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

# 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"