Skip to content

Commit 760eb6c

Browse files
authored
Merge pull request #495 from byroot/shipit-precompile-assets
shipit: precompile manifest and disable compilation fallback
2 parents dd12edb + 37b8487 commit 760eb6c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

benchmarks/shipit/config/application.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ class Application < Rails::Application
3131
# Common ones are `templates`, `generators`, or `middleware`, for example.
3232
config.autoload_lib(ignore: %w[assets tasks])
3333

34+
config.assets.compile = false
35+
config.assets.manifest = "config/manifest.json"
36+
3437
# Configuration for the application, engines, and railties goes here.
3538
#
3639
# These settings can be overridden in specific environments using the files

benchmarks/shipit/config/manifest.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)