I am working on Codeigniter v3 project, we are building an application for an organization and its a quite big in size. So that I want to load custom/different JQuery and CSS files/code for every Controller and its view in Codeigniter, so that I can minimize the load of every page.
Please help me how to achieve this in Codeigniter v3.
It depends on your requirement and project structure.
Normally you can implement it in different ways