Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
GNU General Public License v2.0
99
stars
30
forks
source link
remove minified js from sources #281
Closed
stklcode closed 1 year ago
In #257 a javascript source admin-bar-flush.js was introduced along with the minified version admin-bar-flush.min.js.
We do run a build stage before deploying the plugin which triggers minification of CSS and JS sources, so the .min.js is overwritten anyway.
Let's remove the minified JS file from version control.