diff --git a/Gruntfile.js b/Gruntfile.js index 32cf055..a386491 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -66,7 +66,7 @@ module.exports = function(grunt) { options: { file: 'server.js', args: [], - ignoredFiles: ['public/**', 'test/**','util/**'], + ignoredFiles: ['public/**', 'test/**','util/**','lib/**'], watchedExtensions: ['js'], // nodeArgs: ['--debug'], delayTime: 1,