Skip to content

Commit

Permalink
Fix local-time and importmap issue
Browse files Browse the repository at this point in the history
  • Loading branch information
muxinqi committed Oct 15, 2023
1 parent c808058 commit d195412
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/importmap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
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"
pin "local-time", to: "https://cdn.jsdelivr.net/npm/local-time@2.1.0/app/assets/javascripts/local-time.js"
pin "local-time", to: "vendored-local-time.js" # @2.1.0
2 changes: 2 additions & 0 deletions vendor/javascript/vendored-local-time.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d195412

Please sign in to comment.