From dc237b58f82a177b52e0a39074731bf15ddd31b8 Mon Sep 17 00:00:00 2001 From: Praful Vaishnav Date: Thu, 23 Jul 2015 07:51:29 +0530 Subject: [PATCH] Adding FindInFiles node file as it is not minified --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 71cec956c..08e71e4ab 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -75,7 +75,8 @@ module.exports = function (grunt) { '!extensibility/node/node_modules/**/{test,tst}/**/*', '!extensibility/node/node_modules/**/examples/**/*', 'filesystem/impls/appshell/node/**', - '!filesystem/impls/appshell/node/spec/**' + '!filesystem/impls/appshell/node/spec/**', + 'search/node/**' ] }, /* extensions and CodeMirror modes */