only watch txt files

master
Matt Huntington 10 years ago
parent b8e8cb0723
commit e9eefad869

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

Loading…
Cancel
Save