removed an old favicon

This commit is contained in:
antelle 2020-11-25 22:50:35 +01:00
parent 8dd7a97769
commit a0c03363a7
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
3 changed files with 0 additions and 6 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -6,7 +6,6 @@ module.exports = function (grunt) {
'clean',
'eslint',
'copy:html',
'copy:favicon',
'copy:icons',
'copy:manifest',
'webpack:app',