diff --git a/Gruntfile.js b/Gruntfile.js index 75d5d6f9..c3004a15 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'], diff --git a/app/favicon.png b/app/favicon.png deleted file mode 100644 index e67e6cbc..00000000 Binary files a/app/favicon.png and /dev/null differ diff --git a/grunt.tasks.js b/grunt.tasks.js index a010e989..390ec169 100644 --- a/grunt.tasks.js +++ b/grunt.tasks.js @@ -6,7 +6,6 @@ module.exports = function (grunt) { 'clean', 'eslint', 'copy:html', - 'copy:favicon', 'copy:icons', 'copy:manifest', 'webpack:app',