removed an old task

This commit is contained in:
antelle 2019-10-12 08:56:23 +02:00
parent eb2de6f3f2
commit eb68da635f
1 changed files with 0 additions and 10 deletions

View File

@ -228,16 +228,6 @@ module.exports = function(grunt) {
port: 8085
}
},
watch: {
options: {
interrupt: true,
debounceDelay: 500
},
indexhtml: {
files: 'app/index.html',
tasks: ['copy:html']
}
},
electron: {
options: {
name: 'KeeWeb',