The theme loads a css sheet and js for colorpicker, is this necessary to have loaded? Also are there other files that shouldn't be loaded into the code for output? I am looking to get rid of any stylesheets and/or js that is not being used for anything                
                             
        
Comments
wp_enqueue_script('mfn-opts-field-color-js', MFN_OPTIONS_URI.'fields/color/field_color.js', array('jquery', 'farbtastic'), time(), true);But can you explain what other js files you want to remove? Because most are necessary and theme won`t work properly without them.