Ticket #30587: 30587.1.diff
File 30587.1.diff, 739 bytes (added by , 8 years ago) |
---|
-
Gruntfile.js
587 587 expand: true, 588 588 cwd: SOURCE_DIR, 589 589 src: [ 590 'wp-{admin,includes}/images/**/*.{png,jpg,gif,jpeg}', 591 'wp-includes/js/tinymce/skins/wordpress/images/*.{png,jpg,gif,jpeg}' 590 'wp-{admin,includes}/images/**/*.{png,jpg,gif,jpeg,svg}', 591 'wp-includes/js/tinymce/skins/wordpress/images/*.{png,jpg,gif,jpeg}', 592 'wp-content/themes/twenty*/**/*.{png,jpg,gif,jpeg,svg}', 593 '!wp-content/themes/twenty*/screenshot.png', 594 '!wp-content/themes/twenty*/**/{Genericons.svg,genericons-regular-webfont.svg}' 592 595 ], 593 596 dest: SOURCE_DIR 594 597 }