Why does Breeze plugin strip version numbers?
When moving JS to footer (without minification), Breeze plugin strips version numbers of all JS files (even if only one file is being moved). This is unfortunate because versioning is necessary for cache busting. Thus, I was forced to find another way of moving files to footer that didn't strip versions. I'm not sure why it's necessary for the plugin to do this.
1
vote