v1.0.11
Added configuration option to define an action when an asset is not found. Options are:
/*
|--------------------------------------------------------------------------
| Set behavior if an asset is not found in a Theme hierarcy.
| Available options: THROW_EXCEPTION | LOG_ERROR | IGNORE
|--------------------------------------------------------------------------
*/
'asset_not_found' => 'LOG_ERROR',
defaults to 'LOG_ERROR' if not found. Please update your theme.php configuration file to use these options.