Ticket #49274: 49274.3.diff
| File 49274.3.diff, 381 bytes (added by , 6 years ago) |
|---|
-
Gruntfile.js
diff --git Gruntfile.js Gruntfile.js index 7d820e1075..0188625447 100644
module.exports = function(grunt) { 1127 1127 files: [ 1128 1128 SOURCE_DIR + '**', 1129 1129 '!' + SOURCE_DIR + 'js/**/*.js', 1130 '!' + SOURCE_DIR + 'wp-content/**', 1130 1131 // Ignore version control directories. 1131 1132 '!' + SOURCE_DIR + '**/.{svn,git}/**' 1132 1133 ],