Skip to content

Commit

Permalink
Mejora ubicaciones. Closes #297
Browse files Browse the repository at this point in the history
  • Loading branch information
Nombre Usuario committed Aug 31, 2024
1 parent 94f15e0 commit 9a9c81a
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# config.public_file_server.enabled = false

# Compress CSS using a preprocessor.
# config.assets.css_compressor = :sass
config.assets.css_compressor = nil

# Do not fall back to assets pipeline if a precompiled asset is missed.
config.assets.compile = false
Expand Down
2 changes: 2 additions & 0 deletions config/environments/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,6 @@

# Raise error when a before_action's only/except options reference missing actions.
config.action_controller.raise_on_missing_callback_actions = true

config.assets.css_compressor = nil
end
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9a9c81a

Please sign in to comment.