Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #63012, comment 1


Ignore:
Timestamp:
02/25/2025 12:39:31 AM (16 months ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63012, comment 1

    initial v1  
    11In a [https://github.com/WordPress/wordpress-develop/pull/8396 PR] for #63007 I've added initial minification for the `style.css` in Twenty Twenty-Two and Twenty Twenty-Five. I'm not sure this is the best approach, however. I implemented it in core's overall gruntfile. Perhaps the minification should be part of each theme's build step if they have one.
    22
    3 Also, should we try to generate source maps?
     3Also, should we try to generate source maps? Granted this isn't really necessary when `SCRIPT_DEBUG` can be enabled.