Make WordPress Core

Changeset 43783


Ignore:
Timestamp:
10/22/2018 04:53:49 AM (6 years ago)
Author:
pento
Message:

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

Props netweb.
Fixes #45119.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/Gruntfile.js

    r43760 r43783  
    604604                    src: [
    605605                        BUILD_DIR + 'wp-{admin,includes}/**/*.js',
    606                         BUILD_DIR + 'wp-content/themes/twenty*/**/*.js'
     606                        BUILD_DIR + 'wp-content/themes/twenty*/**/*.js',
     607                        '!' + BUILD_DIR + 'wp-includes/js/dist/vendor/*.js'
    607608                    ]
    608609                }
Note: See TracChangeset for help on using the changeset viewer.