How to use yii assets minified?

Many app use some basic assets provided by Yii, like:

yii\web\YiiAsset

yii\bootstrap\BootstrapAsset

yii\bootstrap\BootstrapPluginAsset

But with this assets we get normal files and not minified files, for example with this we will get jquery.js instead of jquery.min.js, how can I select the minified version for the assets?

http://www.yiiframework.com/wiki/785/use-minified-version-of-jqueryasset-bootstrapasset-and-all-default-assets/