Thread Starter
Teetoo
(@teetoo)
Hi guys,
just to let you know we found where to change this, so if someone needs it, here it is !
In my The Bootstrap v. 2.0.1 I had to edit functions.php on line 220, just to disable this part of code :
$suffix = ( defined('SCRIPT_DEBUG') AND SCRIPT_DEBUG ) ? '' : '.min';
Careful though : this will remove the .min for bootstrap.min.js, the-bootstrap.min.js, bootstrap.min.css and style.min.css, so don’t forget to move all the previous changes you made in those .min files to the unsuffixed ones.
Hope this can help, bye !