Hi, I’m having some trouble removing jQuery from my layout. I’ve been on the docs and searched this forum but still can’t find the answer.
I have searched my project and I can’t find any specific place where jquery is being loaded. However If I remove
AppAsset::register($this);
from views/layouts/main.php It is no longer loaded.
I’ve searched through the AssetBundle class and can’t see any mention of jquery. I want to use Yii’s AssetBundle but not jQuery. FYI I’m running 2.0 stable release basic