Make WordPress Core

Ticket #46099: 46099.diff

File 46099.diff, 529 bytes (added by nielslange, 6 years ago)
  • Gruntfile.js

    diff --git a/Gruntfile.js b/Gruntfile.js
    index 41c3edd2a8..8d5fa5b4f7 100644
    a b module.exports = function(grunt) { 
    963963                                                WORKING_DIR + 'wp-{admin,includes}/**/*.js',
    964964                                                WORKING_DIR + 'wp-content/themes/twenty*/**/*.js',
    965965                                                '!' + WORKING_DIR + 'wp-includes/js/dist/vendor/*.js',
     966                        // Ignore node_modules within theme folders.
     967                        '!' + WORKING_DIR + 'wp-content/themes/twenty*/node_modules/**/*.js',
    966968                                        ]
    967969                                }
    968970                        },