You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
890 B
20 lines
890 B
# Pin npm packages by running ./bin/importmap
|
|
|
|
pin 'application'
|
|
pin_all_from 'app/javascript/controllers', under: 'controllers'
|
|
|
|
pin '@hotwired/turbo-rails', to: 'turbo.min.js', preload: true
|
|
pin '@hotwired/stimulus', to: 'stimulus.min.js'
|
|
pin '@hotwired/stimulus-loading', to: 'stimulus-loading.js'
|
|
|
|
pin '@fortawesome/fontawesome-svg-core', to: '@fortawesome--fontawesome-svg-core.js' # @6.5.2
|
|
pin '@fortawesome/free-brands-svg-icons', to: '@fortawesome--free-brands-svg-icons.js' # @6.5.2
|
|
pin '@fortawesome/free-regular-svg-icons', to: '@fortawesome--free-regular-svg-icons.js' # @6.5.2
|
|
pin '@fortawesome/free-solid-svg-icons', to: '@fortawesome--free-solid-svg-icons.js' # @6.5.2
|
|
pin '@fortawesome/fontawesome-free', to: '@fortawesome--fontawesome-free.js' # @6.5.2
|
|
|
|
pin 'alpinejs' # @3.14.1
|
|
pin 'alpine-clipboard'
|
|
pin 'alpine-turbo-drive-adapter' # @2.1.0
|
|
|
|
pin 'toastify-js' # @1.12.0
|