How to update CSS in assets

Hi,

Maybe it’s me or maybe it’s the lack of examples but today I’ve spent two hours trying to figure out how to get my Yii app to change some css.

The app was set to debug as true in the config/main file using the default settings.

The asserts directory is writable by the web process.

Am I missing something?

Thanks

Greg

So I’d been having some funny disparities between my dev and production server. As a last resort I downloaded the framework again and uploaded it to the production server… it fixed all the problems. Not very helpful to anybody on the forum but that’s what fixed it for me. Maybe my svn is acting up…

The assets directory is automatically populated by the framework as needed…

so to see your changes, best way is to empty the assets directory (delete all content) …