dump assets content instead link them

Hi all:

Not sure if this are possible. I trying to dump the content of assets instead have them linked.

If i have one css file, contains "/* some css code */", when i show source code on page i see something like:




<link rel="stylesheet" type="text/css" href="/assets/128734/file.css" />



and i prefer something like:




<style type="text/css">

/* some css code */

</style>



is that possible on yii ? any clue about that feature ? is possible overload main Yii clasess as yii2/web/AssetBundle.php ?

thanks in advance