1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 01:42:55 +01:00

Adding FindInFiles node file as it is not minified

This commit is contained in:
Praful Vaishnav 2015-07-23 07:51:29 +05:30
parent 534974682f
commit dc237b58f8

View File

@ -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 */