Loading minified js libs

Hi,

maybe the question is kind of stupid, but I can’t find the solution… :)

How to load minified versions of JS libraries? (when these libs are loaded auto…) :)

In my case:




<script type="text/javascript" src="/assets/8a926aed/jquery.js"></script> 

<script type="text/javascript" src="/assets/8a926aed/jquery.ba-bbq.js"></script> 

<script type="text/javascript" src="/assets/8c67497c/listview/jquery.yiilistview.js">



Thanks!

Have you read the "Minimizing Script Files" on Performance tuning in the definitive guide to Yii?

http://www.yiiframework.com/doc/guide/topics.performance

Thanks!

I searched with minify/minified in Google this page was not in the results. :P