Changes between Initial Version and Version 1 of Ticket #63012, comment 1
- Timestamp:
- 02/25/2025 12:39:31 AM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #63012, comment 1
initial v1 1 1 In 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. 2 2 3 Also, should we try to generate source maps? 3 Also, should we try to generate source maps? Granted this isn't really necessary when `SCRIPT_DEBUG` can be enabled.