only watch txt files

master
Matt Huntington 10 years ago
parent b8e8cb0723
commit e9eefad869

@ -10,7 +10,7 @@ module.exports = function(grunt) {
} }
}, },
all: { all: {
files: ['**/*'], files: ['**/*.txt'],
tasks: ['convert-tabs-to-html'] tasks: ['convert-tabs-to-html']
} }
} }

Loading…
Cancel
Save