Skip to content
Emilien Escalle edited this page Jan 8, 2019 · 3 revisions

Filters

How to disable media optimization

Disable filters for image

How to change Javascript minifier

Change Javascript minifier filter

Common errors

"/my/file/path.jpeg" has not been cached as file

Every media that are called into you stylesheets must be cached, you should define them the assets_bundle configuration :

'assets' => [
    'media' => [
        '/my/file/path.jpeg',
    ],
],