From 2fd3764f67ae7c1048eccf865a5668fb5def97ad Mon Sep 17 00:00:00 2001 From: Mika Tuupola Date: Tue, 7 Jul 2015 13:20:32 +0300 Subject: [PATCH] Watch only tests root folder --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 52fdf88..3b66ea6 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -5,7 +5,7 @@ module.exports = function(grunt) { pkg: grunt.file.readJSON("package.json"), watch: { php: { - files: ["src/**/*.php", "tests/**/*.php"], + files: ["src/**/*.php", "tests/*.php"], tasks: ["testphp"] } },