Skip to content
Open
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ If the resolver list is empty (e.g. if debug is true and compile is false), the

**`config.assets.check_precompiled_asset`**

When enabled, an exception is raised for missing assets. This option is enabled by default.
When enabled, an exception is raised for missing assets. This option is enabled
by default. When `config.assets.compile` is true and asset precompilation is not
used, this setting causes sprockets to compile all assets on the first request
for any asset. Therefore, disabling `check_precompiled_asset` can drastically
reduce the time taken to request the first asset in development.

## Complementary plugins

Expand Down