removed an old favicon

pull/1631/head
antelle 3 years ago
parent 8dd7a97769
commit a0c03363a7
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

@ -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

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

Loading…
Cancel
Save