I’ve created a assets class which inherits the assetbundle class to load my css and js in the php view pages and i am importing this class to access my js and css and its working fine.
my question that i’ve some more js and css which are file specific (works on only selected file) how can i import those files using the assetsbundle class i’ve created? is it possible to do so?