And also :
// enqueue base scripts and styles
add_action(‘wp_enqueue_scripts’, ‘sq_scripts_and_styles’, 999);
All the scripts are added through function.php. Strangely, autocomplete is the only one that is not minified even though it is concatenated.