1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00

removed an old task

This commit is contained in:
antelle 2019-10-12 08:56:23 +02:00
parent eb2de6f3f2
commit eb68da635f

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',