Ticket #46099: 46099.diff
File 46099.diff, 529 bytes (added by , 6 years ago) |
---|
-
Gruntfile.js
diff --git a/Gruntfile.js b/Gruntfile.js index 41c3edd2a8..8d5fa5b4f7 100644
a b module.exports = function(grunt) { 963 963 WORKING_DIR + 'wp-{admin,includes}/**/*.js', 964 964 WORKING_DIR + 'wp-content/themes/twenty*/**/*.js', 965 965 '!' + 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', 966 968 ] 967 969 } 968 970 },