Welcome to vbmods.rocks! Get FREE and paid vBulletin mods, plugins, addons, API extensions, custom modules, custom BB Codes, vBCloud mods, CORE hacks, JS hacks, custom coding by Glenn, an ex-vBulletin Developer. You must register before you can post, download the files or copy the code from the free plugins.
Did you set the no_js_bundles setting in the root config file to true like this?
PHP Code:
// This setting should never be used on a live site
$config['no_js_bundles'] = true;
It's recommended to set it to false which is the default setting. Setting it to false bundles multiple JS files into 1 rollup file. The less files to include on a page, the better for performance.
You are really amazing, it is the core problem, You exactly put Your hand on and picked it. I didn't intend to do it, but changed it when I made debug mode, thought it would be ok to be done with debug, and forgot to return it back.
Now, Js rollup is working and I can finally see the changes I made.
Comment