pluginkollektiv / cachify

Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
https://wordpress.org/plugins/cachify/
GNU General Public License v2.0
101 stars 32 forks source link

remove minified js from sources #281

Closed stklcode closed 10 months ago

stklcode commented 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.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information