mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Specify version of Sprockets-rails this will be in
This commit is contained in:
parent
893035782d
commit
b6b4d6980b
1 changed files with 1 additions and 1 deletions
|
@ -588,7 +588,7 @@ all requests for assets include digests.
|
|||
|
||||
### Raise an Error When an Asset is Not Found
|
||||
|
||||
If you are using a recent version of sprockets-rails you can configure what happens
|
||||
If you are using sprockets-rails >= 3.2.0 you can configure what happens
|
||||
when an asset lookup is performed and nothing is found. If you turn off "asset fallback"
|
||||
then an error will be raised when an asset cannot be found.
|
||||
|
||||
|
|
Loading…
Reference in a new issue