Make WordPress Core

Changeset 51689


Ignore:
Timestamp:
08/30/2021 04:34:19 AM (3 years ago)
Author:
peterwilsoncc
Message:

Build: Remove css/dist in grunt clean command.

Modify the grunt clean:css command to include the folder wp-includes/css/dist to ensure legacy files do not remain if the built files are removed/relocated.

Props desrosj, netweb.
Fixes #53719.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r51501 r51689  
    116116                WORKING_DIR + 'wp-includes/css/*.min.css',
    117117                WORKING_DIR + 'wp-includes/css/*-rtl*.css',
     118                WORKING_DIR + 'wp-includes/css/dist/',
    118119                WORKING_DIR + 'wp-admin/css/colors/**/*.css'
    119120            ],
Note: See TracChangeset for help on using the changeset viewer.