According the the Gruntfile.js
in core, the minifier is grunt-contrib-cssmin
– https://www.npmjs.com/package/grunt-contrib-cssmin
Related Posts:
- Create a patch using TortoiseSVN
- What’s the difference between get_home_path() and ABSPATH?
- Modifying WordPress core files
- Why do some core functions get wp_ while others do not? What’s the rule?
- Easiest Way to Create a Patch for Submission to WordPress Core?
- $GLOBALS array for WordPress
- What are custom_css and customize_changeset used for?
- IP address whitelist to update WordPress core and plugins
- What are some reasons why you should not hack WordPress core files?
- How To/What triggers a WordPress auto update?
- Rewriting a core function?
- What is the purpose of this line of code in wp_trim_excerpt? [closed]
- What’s $GLOBALS[‘wp_settings’][‘media’][’embeds’]?
- Function to change a label (Username) in a core WordPress File (wp-includes/general-template.php)
- How do I set a custom WordPress update repository?
- WordPress classes explained
- No longer able to attach S3 bucket files to emails being sent by WordPress due to PHPMailer security update
- What problems maybe happen if I remove “wp-” prefix from wordpress folders and files?
- How do I implement a .diff changeset from core.trac.wordpress.org locally?
- WP Core: Where are terms populated for the admin edit screen?
- What is the WP_Internal_Pointers core class?
- How to contribute to WordPress Core using Tortoise SVN?
- Loading WP core Thickbox through frontend
- Isn’t requiring a file before it’s loaded by WordPress itself a symptom of bad code? [closed]
- How to find out where the data.model is?
- Why WordPress Core Functions Not Using function_exists()?
- how does the rendering works?
- When is the wp-mail.php in the WP root requested?
- Is the information returned by get_bloginfo( ‘version’ ) always the same as the one in version.php?
- How to add a forward slash to the end of wordpress home?
- Using native wp image support instead of timthumb
- Should /wp-includes/js/* folder be blocked in robots.txt file for a WordPress website?
- Can mediaelement-and-play core JS be dequeued?
- WordPress auto update for core but use local package
- WordPress 4.8 – Can’t find variable: wp
- What is responsible for triggering “robots-template.php” file or “wp_robots_noindex()” core function out of it?
- Add image or video tags to WP Sitemap
- Where can I find the definitive list of core blocks in html form
- When do we use wp_slash?
- How to get the url of the current svn repo?
- How to get started with svn:externals?
- TortoiseSVN svnadmin
- SVN Error E175002 while checking out code from repository
- Working copy XXX locked and cleanup failed in SVN
- How do I add all new files to SVN
- Difference between core and processor
- How-to: push a GitHub repo to the wordpress plugin servers
- Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?
- Stable tag of plugin in the readme file
- Is there a faster way to git-svn clone a wordpress plugin from the subversion repository?
- How to disable core and plugin updates
- Looking for WordPress System Diagrams
- Any guides on using WP SVN with IDE clients? [closed]
- How do you allow plugins to be updated using the GUI without breaking your subversion repository?
- Can i do plugin commits directly from a plugin folder inside an installation using the Trunk SVN
- How Does WordPress Uninclude/Deactivate A Plugin?
- Loading template files from a subfolder in my theme?
- How to listen to color changes on the color picker?
- How do I fix this error: Warning: invalid argument supplied for foreach()?
- Subversion, github, etc.. version control systems/repositories
- Conditional tag is_page with a custom post type
- Why does my hand-written plugin installer fail to find `request_filesystem_credentials`?
- Script dependencies for post.js
- Plugin update not reflected in WordPress plugin page
- Changing the comments link produced by the get_comments_link() and get_comments_pagenum_link() functions
- Attachment Page Permalink/URL Rewrite Issue. How to change the actual rewriting?
- What’s the purpose / logic of split_the_query in WP_Query->get_posts
- How to remove images from my plugin page in WP Directory?
- How to show active version on wordpress.org of a published plugin?
- Extending WP_Widget throws error when Monster Widget used
- Changing WordPress core without hacking core
- Plugin Repository commit doesn’t show up in activity
- Least expensive way to get table prefix in multisite installation
- Can I hook into wp_update_core outside of the admin?
- Banner not visible after plugin publishing
- Update a core option from plugin settings page
- What is a rock solid development and deployment workflow? [closed]
- A server-side hook failed when committing plugin code to SVN
- How to get theme’s info from wordpress.org/themes using api.wordpress.org?
- Best way to salvage a very old WP site
- Create a Page template selector page
- Usage of var keyword in the core
- Which file renders the “Edit Gallery” Settings page?
- Notice on core function
- wp_insert_post always returns 0 on one site, extensive testing done, can’t get to the bottom
- Error while localizing communityEventsData in script-loader.php
- Internal Redirections?
- How to change current category to another in wordpress
- Load WordPress core but with specific plugins
- WP-CLI: detect altered core files and restore them automatically
- wp-cli core install unknown: fatal: file /etc/postfix/main.cf: parameter mail_owner: user postfix has same user ID as _postfix
- “Conditional query tags do not work before the query is run. Before > then, they always return false. “
- WordPress core update fails – no issues with plugin updates
- Display Custom Column in CPT Taxonomy
- Change the functionality of wordpress users module in admin
- Hook or function to check if performing a WP Core update?
- Problems in updating a self-developed plugin
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- How can I save the selected page in the dropdown after anyone clicks on Save Changes?
- Does wp_safe_redirect() no longer works?