We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e64d778 commit 72d2d21Copy full SHA for 72d2d21
Gruntfile.js
@@ -1663,6 +1663,7 @@ module.exports = function(grunt) {
1663
grunt.registerTask( 'verify:source-maps', function() {
1664
const ignoredFiles = [
1665
'build/wp-includes/js/dist/components.js',
1666
+ 'build/wp-includes/js/dist/data.js',
1667
];
1668
const files = buildFiles.reduce( ( acc, path ) => {
1669
// Skip excluded paths and any path that isn't a file.
0 commit comments