Grouping assets

Hey,

I grouped all my frontend assets into big one.

And have this in app config:


'assetManager' => [

            'class' => 'yii\web\AssetManager',

            'linkAssets' => true,

            'appendTimestamp' => true,

            'bundles' => [

                'yii\web\YiiAsset' => false,

                'yii\web\JqueryAsset' => false,

                ...

            ],

        ],

But for some assets false option doesn’t work, eg. this.

Can I prevent that or I have to edit these files?

Thanks. :)

What do you mean by doesn’t work? It’s not excluded? If so, please report to github. It looks like a bug.