mirror of https://github.com/keeweb/keeweb
removed an old favicon
This commit is contained in:
parent
8dd7a97769
commit
a0c03363a7
|
@ -78,11 +78,6 @@ module.exports = function (grunt) {
|
|||
expand: true,
|
||||
nonull: true
|
||||
},
|
||||
favicon: {
|
||||
src: 'app/favicon.png',
|
||||
dest: 'tmp/favicon.png',
|
||||
nonull: true
|
||||
},
|
||||
icons: {
|
||||
cwd: 'app/icons/',
|
||||
src: ['*.png', '*.svg'],
|
||||
|
|
BIN
app/favicon.png
BIN
app/favicon.png
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
|
@ -6,7 +6,6 @@ module.exports = function (grunt) {
|
|||
'clean',
|
||||
'eslint',
|
||||
'copy:html',
|
||||
'copy:favicon',
|
||||
'copy:icons',
|
||||
'copy:manifest',
|
||||
'webpack:app',
|
||||
|
|
Loading…
Reference in New Issue