site

Website's source files.
git clone git://git.ryanmj.xyz/site.git
Log | Files | Refs | LICENSE

importmap.rb (345B)


      1 # Pin npm packages by running ./bin/importmap
      2 
      3 pin "application", preload: true
      4 pin "@hotwired/turbo-rails", to: "turbo.min.js", preload: true
      5 pin "@hotwired/stimulus", to: "stimulus.min.js", preload: true
      6 pin "@hotwired/stimulus-loading", to: "stimulus-loading.js", preload: true
      7 pin_all_from "app/javascript/controllers", under: "controllers"