diff --git Gruntfile.js Gruntfile.js
index 7d820e1075..0188625447 100644
--- Gruntfile.js
+++ Gruntfile.js
@@ -1127,6 +1127,7 @@ module.exports = function(grunt) {
 				files: [
 					SOURCE_DIR + '**',
 					'!' + SOURCE_DIR + 'js/**/*.js',
+					'!' + SOURCE_DIR + 'wp-content/**',
 					// Ignore version control directories.
 					'!' + SOURCE_DIR + '**/.{svn,git}/**'
 				],
