Setting up livereload
This commit is contained in:
parent
c65ca2579c
commit
8d3adf0308
@ -3,7 +3,7 @@
|
||||
|
||||
# rubocop:disable all
|
||||
guard :livereload do
|
||||
watch(%r{app/views/.+\.(erb|haml|slim)$})
|
||||
watch(%r{app/views/.+\.(erb|haml|slim)})
|
||||
watch(%r{app/helpers/.+\.rb})
|
||||
watch(%r{public/.+\.(css|js|html)})
|
||||
watch(%r{config/locales/.+\.yml})
|
||||
|
@ -57,4 +57,8 @@ Rails.application.configure do
|
||||
# Use an evented file watcher to asynchronously detect changes in source code,
|
||||
# routes, locales, etc. This feature depends on the listen gem.
|
||||
config.file_watcher = ActiveSupport::EventedFileUpdateChecker
|
||||
|
||||
# Add Rack::LiveReload to the bottom of the middleware stack with the default
|
||||
# options:
|
||||
config.middleware.insert_after ActionDispatch::Static, Rack::LiveReload
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user