Skip to content

Commit

Permalink
testing out modifying a configuration within ruby for push during ci …
Browse files Browse the repository at this point in the history
…build
  • Loading branch information
bryanlopezrr committed Feb 21, 2024
1 parent 48bbac1 commit 36b92e7
Showing 1 changed file with 1 addition 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 @@ -28,7 +28,7 @@
# config.assets.css_compressor = :sass

# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = false
config.assets.compile = true

# Enable serving of images, stylesheets, and JavaScripts from an asset server.
# config.asset_host = "http://assets.example.com"
Expand Down

0 comments on commit 36b92e7

Please sign in to comment.