Make WordPress Core

Changeset 44135


Ignore:
Timestamp:
12/14/2018 01:37:40 AM (5 years ago)
Author:
jeremyfelt
Message:

Build: Ignore the vendor directory during the jsvalidate:build task.

Merges [43783] from the 5.0 branch to trunk.

Props netweb.
Fixes #45119.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Gruntfile.js

    r44112 r44135  
    946946                    src: [
    947947                        BUILD_DIR + 'wp-{admin,includes}/**/*.js',
    948                         BUILD_DIR + 'wp-content/themes/twenty*/**/*.js'
     948                        BUILD_DIR + 'wp-content/themes/twenty*/**/*.js',
     949                        '!' + BUILD_DIR + 'wp-includes/js/dist/vendor/*.js'
    949950                    ]
    950951                }
Note: See TracChangeset for help on using the changeset viewer.