mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 18:59:38 +02:00
Merge pull request #96 from internetee/gem-updates
dont generate assets on the fly
This commit is contained in:
commit
c8229c561e
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ Rails.application.configure do
|
|||
# config.assets.css_compressor = :sass
|
||||
|
||||
# Do not fallback to assets pipeline if a precompiled asset is missed.
|
||||
config.assets.compile = true
|
||||
config.assets.compile = false
|
||||
|
||||
# Generate digests for assets URLs.
|
||||
config.assets.digest = false
|
||||
|
@ -43,7 +43,7 @@ Rails.application.configure do
|
|||
# config.force_ssl = true
|
||||
|
||||
# Set to :debug to see everything in the log.
|
||||
config.log_level = :info
|
||||
config.log_level = :debug
|
||||
|
||||
# Prepend all log lines with the following tags.
|
||||
config.log_tags = [:subdomain, :uuid, :remote_ip]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue