I did not see the minifier among the tools in https://code.trac.wordpress.org/browser/ . Is it in the repo somewhere? Or, what is it?

(Note this question has been asked previously on Stack Exchange but the author was really asking a different question, so it does not have an answer. See What exact CSS minifier does WP core use? if you’re really interested.)

2 Answers
2

According the the Gruntfile.js in core, the minifier is grunt-contrib-cssmin – https://www.npmjs.com/package/grunt-contrib-cssmin

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *