1
0
Fork 0
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:
schneems 2016-08-25 20:27:51 -05:00
parent 893035782d
commit b6b4d6980b

View file

@ -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.