about summary refs log blame commit diff
path: root/config/importmap.rb
blob: b57e7beb63a1f41ec2afbbc46d19aaa999fbc8c4 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                          
# frozen_string_literal: true

# Pin npm packages by running ./bin/importmap

pin 'application', preload: true
pin '@hotwired/turbo-rails', to: 'turbo.min.js', preload: true
pin '@hotwired/stimulus', to: 'stimulus.min.js', preload: true
pin '@hotwired/stimulus-loading', to: 'stimulus-loading.js', preload: true
pin_all_from 'app/javascript/controllers', under: 'controllers'