Files
nairobi/config
Javi Martín 905ac48bb9 Raise an exception when an asset is not found
This is the default in Rails 5.1 applications. If we want to use an
asset in the public folder, we need to add the `public_folder: true`
option, making it clear that we don't expect the asset to be in the
asset pipeline.

Since we don't use `asset_path` to reference assets in the public
folder, we can safely disable the `unknown_asset_fallback` option.
2020-10-04 15:47:20 +02:00
..
2020-09-23 17:22:46 +02:00
2019-04-16 17:28:06 +02:00
2019-04-16 17:28:06 +02:00
2020-08-06 12:38:18 +02:00
2019-11-01 20:08:46 +01:00