Index: Gruntfile.js
===================================================================
--- Gruntfile.js	(revision 39361)
+++ Gruntfile.js	(working copy)
@@ -603,6 +603,14 @@
 				dest: '.'
 			}
 		},
+		customShrinkwrap: {
+			defaultTarget: {
+				options: {
+					devDependencies: true,
+					excludeDependencies: [ 'fsevents' ]
+				}
+			}
+		},
 		_watch: {
 			all: {
 				files: [
Index: package.json
===================================================================
--- package.json	(revision 39361)
+++ package.json	(working copy)
@@ -22,6 +22,7 @@
     "grunt-contrib-qunit": "^1.2.0",
     "grunt-contrib-uglify": "~2.0.0",
     "grunt-contrib-watch": "~1.0.0",
+    "grunt-custom-shrinkwrap": "^0.2.0",
     "grunt-includes": "~0.5.1",
     "grunt-jsvalidate": "~0.2.2",
     "grunt-legacy-util": "^0.2.0",
