mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-06 05:55:21 +02:00
Use livereload from source
This commit is contained in:
parent
2c30e18c9b
commit
997d0355d4
3 changed files with 8 additions and 13 deletions
2
Gemfile
2
Gemfile
|
@ -62,7 +62,7 @@ group :development, :test do
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "hotwire-livereload", github: "kirillplatonov/hotwire-livereload"
|
gem "hotwire-livereload"
|
||||||
gem "letter_opener"
|
gem "letter_opener"
|
||||||
gem "ruby-lsp-rails"
|
gem "ruby-lsp-rails"
|
||||||
gem "web-console"
|
gem "web-console"
|
||||||
|
|
15
Gemfile.lock
15
Gemfile.lock
|
@ -1,12 +1,3 @@
|
||||||
GIT
|
|
||||||
remote: https://github.com/kirillplatonov/hotwire-livereload.git
|
|
||||||
revision: 4ff247dd3e6b57abe439e240de676a4f48e875e7
|
|
||||||
specs:
|
|
||||||
hotwire-livereload (2.0.0)
|
|
||||||
actioncable (>= 7.0.0)
|
|
||||||
listen (>= 3.0.0)
|
|
||||||
railties (>= 7.0.0)
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/maybe-finance/lucide-rails.git
|
remote: https://github.com/maybe-finance/lucide-rails.git
|
||||||
revision: 272e5fb8418ea458da3995d6abe0ba0ceee9c9f0
|
revision: 272e5fb8418ea458da3995d6abe0ba0ceee9c9f0
|
||||||
|
@ -194,6 +185,10 @@ GEM
|
||||||
thor (>= 1.0.0)
|
thor (>= 1.0.0)
|
||||||
hashdiff (1.1.1)
|
hashdiff (1.1.1)
|
||||||
highline (3.0.1)
|
highline (3.0.1)
|
||||||
|
hotwire-livereload (2.0.0)
|
||||||
|
actioncable (>= 7.0.0)
|
||||||
|
listen (>= 3.0.0)
|
||||||
|
railties (>= 7.0.0)
|
||||||
hotwire_combobox (0.3.2)
|
hotwire_combobox (0.3.2)
|
||||||
rails (>= 7.0.7.2)
|
rails (>= 7.0.7.2)
|
||||||
stimulus-rails (>= 1.2)
|
stimulus-rails (>= 1.2)
|
||||||
|
@ -500,7 +495,7 @@ DEPENDENCIES
|
||||||
faraday-multipart
|
faraday-multipart
|
||||||
faraday-retry
|
faraday-retry
|
||||||
good_job
|
good_job
|
||||||
hotwire-livereload!
|
hotwire-livereload
|
||||||
hotwire_combobox
|
hotwire_combobox
|
||||||
i18n-tasks
|
i18n-tasks
|
||||||
image_processing (>= 1.2)
|
image_processing (>= 1.2)
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
<%= csp_meta_tag %>
|
<%= csp_meta_tag %>
|
||||||
|
|
||||||
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": Rails.env.production? ? "reload" : "" %>
|
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
|
||||||
<%= stylesheet_link_tag "application", "data-turbo-track": Rails.env.production? ? "reload" : "" %>
|
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
|
||||||
|
|
||||||
<%= javascript_include_tag "https://cdn.plaid.com/link/v2/stable/link-initialize.js" %>
|
<%= javascript_include_tag "https://cdn.plaid.com/link/v2/stable/link-initialize.js" %>
|
||||||
<%= combobox_style_tag %>
|
<%= combobox_style_tag %>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue