Make WordPress Core

Changeset 47407


Ignore:
Timestamp:
03/02/2020 07:08:48 PM (5 years ago)
Author:
azaozz
Message:

Build Tools: Exclude the src/wp-includes/assets/ directory from copying when building. Its content is generated by Webpack and copied in another task.

See #48154.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Gruntfile.js

    r47380 r47407  
    146146                        cwd: SOURCE_DIR,
    147147                        src: buildFiles.concat( [
     148                            '!wp-includes/assets/**', // Assets is extracted into separate copy tasks.
    148149                            '!js/**', // JavaScript is extracted into separate copy tasks.
    149150                            '!.{svn,git}', // Exclude version control folders.
Note: See TracChangeset for help on using the changeset viewer.