Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions benchmarks/shipit/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ class Application < Rails::Application
# Common ones are `templates`, `generators`, or `middleware`, for example.
config.autoload_lib(ignore: %w[assets tasks])

config.assets.compile = false
config.assets.manifest = "config/manifest.json"

# Configuration for the application, engines, and railties goes here.
#
# These settings can be overridden in specific environments using the files
Expand Down
1 change: 1 addition & 0 deletions benchmarks/shipit/config/manifest.json

Large diffs are not rendered by default.

Loading