Skip to content

v1.0.11

Compare
Choose a tag to compare
@igaster igaster released this 18 Jun 08:04
· 110 commits to master since this release

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.