Skip to content

Commit

Permalink
Address issue with application.css
Browse files Browse the repository at this point in the history
  • Loading branch information
etagwerker committed Jul 26, 2024
1 parent 9a83a3b commit 360acdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq -c 2
release: rake assets:clobber
release: rake assets:clobber && rails assets:precompile
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# config.require_master_key = true

# Disable serving static files from `public/`, relying on NGINX/Apache to do so instead.
# config.public_file_server.enabled = false
config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?

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

0 comments on commit 360acdc

Please sign in to comment.