Question Yii.
On my development machine, the required jQuery files for the application were present in a subfolder in the resource folder. However, when I copied the application to my test server, the jQuery files were not in the yii folder that was looking for them. I kept getting errors like "../assets/db0e5a94/jquery.ba-bbq.js" 404 not found, etc.
I emptied the resource folder, and now all my CSS files, etc. not specified. Is there a way to force Yii to reissue the resource folder?
Thank!
source
share