Make livereload working again.
This commit is contained in:
parent
10e7c2cda3
commit
db01723eed
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Rails.application.configure do
|
|||
|
||||
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
|
||||
# yet still be able to expire them through the digest params.
|
||||
config.assets.digest = true
|
||||
config.assets.digest = false
|
||||
|
||||
# format log
|
||||
config.log_formatter = Logger::Formatter.new
|
||||
|
|
Loading…
Reference in a new issue