Changeset 62103 for trunk/Gruntfile.js
- Timestamp:
- 03/24/2026 02:03:32 PM (3 weeks ago)
- File:
-
- 1 edited
-
trunk/Gruntfile.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r62081 r62103 669 669 expand: true, 670 670 cwd: 'gutenberg/build/styles', 671 src: [ '**/*', '!**/*.map' ], 671 src: [ 672 '**/*', 673 '!**/*.map', 674 // Per-block CSS is copied to wp-includes/blocks/ by tools/gutenberg/copy.js. 675 '!block-library/*/**', 676 ], 672 677 dest: WORKING_DIR + 'wp-includes/css/dist/', 673 678 } ],
Note: See TracChangeset
for help on using the changeset viewer.