Hi,
Noticed that there are files in wp-content/uploads/asp_upload/ related to the plugin. What are they, is there a need to add them to version control?
Thanks in advance.
That folder is reserved for the dynamically generated CSS files and the cache files (if enabled). It is not neccessary to copy the contents, it’s automatically generated if the plugin detects a missing/outdated file.
There shouldn’t be any issues with minify or cache plugins as far as I know. The CSS and JS files are loaded as recommended by the plugin development guidelines, the rest is up to the cache solutions.
I always clear all caches whenever I update any plugin/theme, but that’s all.