From e9eefad8699d6b243bb3e6948089ad4c644ed76b Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Fri, 22 Jan 2016 14:33:48 -0500 Subject: [PATCH] only watch txt files --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2b3ed48..333f4a4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -10,7 +10,7 @@ module.exports = function(grunt) { } }, all: { - files: ['**/*'], + files: ['**/*.txt'], tasks: ['convert-tabs-to-html'] } }